Please let me know what could cause this, has worked up until build 19. Now none of my thumb toplists work. Here is the format in the toplist input file:
			<div class="top-gal">
				<a href="/tp/out.php?link=updates&to=%%DOMAIN1%%"><img src="%%THUMB1-1-1%%"></a>
				<p>currently showing on</p>
				<a href="/tp/out.php?link=updates&to=%%DOMAIN1%%"><b>%%NAME1%%</b></a>
			</div>
This will output this:
			<div class="top-gal"> 
				<a href="/tp/out.php?link=updates&to=tradedomain.com"> 
				<p>currently showing on</p> 
				<a href="/tp/out.php?link=updates&to=tradedomain.com"><b>Trade Name</b></a> 
			</div> 
Which you can see is essentially 'cutting off' the whole <img src=..... to the close of the </a> 
What is happening, I had to downgrade a ton of installations to fix this. Please let me know what the fix is here. As I can see, my syntax for the toplist is perfect. So I think could be a bug in the script? 
And on the obvious, is there a thumb crop set for this, yes. Is there thumbs, yes. If i downgrade to 18, and rebuild the toplist, it works!
Thanks in advance