Fix indention in plugin example
This commit is contained in:
parent
7b67581d11
commit
a23da4f1c2
@ -10,7 +10,9 @@
|
||||
# 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>")
|
||||
ind = " "
|
||||
|
||||
print(ind*2 + "<p style=\"position: absolute; top: 0px; right: 5px; color: #666666; font-size: 10px;\">")
|
||||
print(ind*3 + "This blog is powered by Blogthon!")
|
||||
print(ind*2 + "</p>")
|
||||
print("")
|
||||
|
Loading…
Reference in New Issue
Block a user