summaryrefslogtreecommitdiff
path: root/logbot.py
diff options
context:
space:
mode:
authorChris Oliver <excid3@gmail.com>2011-10-22 11:15:10 -0500
committerChris Oliver <excid3@gmail.com>2011-10-22 11:15:10 -0500
commit82fd03724c14145e4e84a085658824d0538b6c18 (patch)
tree0eb24001a3d43140940cb2814e26a095b22617cb /logbot.py
parentb8b847fb8816b6b67bd476f279b1e79bc0678b09 (diff)
downloadlogbot-82fd03724c14145e4e84a085658824d0538b6c18.tar.xz
Version bump and added example log file
Diffstat (limited to 'logbot.py')
-rw-r--r--logbot.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/logbot.py b/logbot.py
index 6e85623..2460582 100644
--- a/logbot.py
+++ b/logbot.py
@@ -25,7 +25,7 @@
__author__ = "Chris Oliver <excid3@gmail.com>"
-__version__ = "0.4.0"
+__version__ = "0.4.1"
__date__ = "08/11/2009"
__copyright__ = "Copyright (c) Chris Oliver"
__license__ = "GPL2"
@@ -110,7 +110,7 @@ html_header = """<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
</head>
<body>
<h1>%title%</h1>
- <a href="..">Back</a>
+ <a href="..">Back</a><br />
</body>
</html>
"""