aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin_example.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/plugin_example.py')
-rw-r--r--plugins/plugin_example.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/plugin_example.py b/plugins/plugin_example.py
index 695af52..9361921 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 ' <p style="position: absolute; top: 0px; right: 0px; color: #666666; font-size: 10px;">'
-print ' This blog is powered by Blogthon!&nbsp;'
-print ' </p>'
-print ''
+print(" <p style=\"position: absolute; top: 0px; right: 0px; color: #666666; font-size: 10px;\">")
+print(" This blog is powered by Blogthon!&nbsp;")
+print(" </p>")
+print("")