diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/plugin_example.py | 8 |
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! ' -print ' </p>' -print '' +print(" <p style=\"position: absolute; top: 0px; right: 0px; color: #666666; font-size: 10px;\">") +print(" This blog is powered by Blogthon! ") +print(" </p>") +print("") |