added placeholder for obfuscated mailaddress

cleaned up the main navigation bar
moved some text around
This commit is contained in:
lars 2007-01-04 19:21:10 +00:00
parent bbe38e4649
commit e6eec6a97c
18 changed files with 119 additions and 171 deletions

View file

@ -54,7 +54,7 @@ class TemplateWriter:
if not os.path.isfile(tmplfile):
print " str.repl: cancelling %s - not a file" % tmplfile
else:
placeholder[tmpl] = file(tmplfile).read()
placeholder[tmpl] = file(tmplfile).read().strip()
placeholder["rss_content"] = self.get_rss_info()
return placeholder