diff options
Diffstat (limited to '')
-rw-r--r-- | plugins/plugin_example.py | 4 |
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! ' -print ' </span>' +print ' </p>' print '' |