[svn r6977] Remove   after mugshot link

This commit is contained in:
olly 2005-06-23 00:45:54 +02:00
parent 5600fd3bbc
commit 276251d98e

View File

@ -33,7 +33,7 @@ for r in lines[1:]:
if vfho: output += '¤' if vfho: output += '¤'
output += '</td><td>' output += '</td><td>'
if mug: output += '<a href=%s><img alt=":-)" src="i/mug.png" /></a>' % mug if mug: output += '<a href=%s><img alt=":-)" src="i/mug.png" /></a>' % mug
output += '&nbsp;</td>' output += '</td>'
for y in xrange(len(years)): for y in xrange(len(years)):
if(years[y]): if(years[y]):
m = str(76 + y)[-2:] m = str(76 + y)[-2:]