Fixed another W3C issue in the demo plugin

This commit is contained in:
Stefan Ritter 2010-06-11 16:42:38 +02:00
parent e412f643c3
commit e812b7f824
1 changed files with 2 additions and 2 deletions

View File

@ -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 ''