aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/plugin_example.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/plugin_example.py b/plugins/plugin_example.py
index 98aa805..695af52 100644
--- a/plugins/plugin_example.py
+++ b/plugins/plugin_example.py
@@ -10,7 +10,7 @@
# Author: Stefan Ritter <xeno@thehappy.de>
# Description: Example plugin
-print ' <span style="position: absolute; top: 0px; right: 0px; color: #666666; font-size: 10px;">'
+print ' <p style="position: absolute; top: 0px; right: 0px; color: #666666; font-size: 10px;">'
print ' This blog is powered by Blogthon!&nbsp;'
-print ' </span>'
+print ' </p>'
print ''