diff options
Diffstat (limited to '')
-rwxr-xr-x | blogthon.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blogthon.cgi b/blogthon.cgi index a90ff88..1457a25 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -358,7 +358,7 @@ else: print(tab*2 + "<link rel=\"stylesheet\" type=\"text/css\" href=\"styles/%s/%s.css\" />" % (style, style)) print(tab + "</head>") print(tab + "<body>") - print + print("") # Plugins sys.path.append(plugins_dir) |