From 276251d98e27fc3f9c231a09a57c99127d6ce5f6 Mon Sep 17 00:00:00 2001 From: olly <devnull@localhost> Date: Thu, 23 Jun 2005 00:45:54 +0200 Subject: [PATCH] [svn r6977] Remove after mugshot link --- noinfo/make-folklist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noinfo/make-folklist.py b/noinfo/make-folklist.py index eec56f622..d9a92eb48 100755 --- a/noinfo/make-folklist.py +++ b/noinfo/make-folklist.py @@ -33,7 +33,7 @@ for r in lines[1:]: if vfho: output += '¤' output += '</td><td>' if mug: output += '<a href=%s><img alt=":-)" src="i/mug.png" /></a>' % mug - output += ' </td>' + output += '</td>' for y in xrange(len(years)): if(years[y]): m = str(76 + y)[-2:]