forked from logenkain/criticalsarcasm
Remove extra space
This commit is contained in:
parent
ab8d940831
commit
0e2ba94c02
@ -5,7 +5,7 @@ files=glob.glob(path)
|
||||
print("<P>")
|
||||
for file in files:
|
||||
if file[-3:] == "odt":
|
||||
print(file[2:-4] + " " + "[<a href=\"http://criticalsarcasm.com/school_essays/essays/" + file[2:-3] +"html\">HTML</a>] [<a href=\"http://criticalsarcasm.com/school_essays/essays/" + file[2:] + "\"> ODT</a>]" )
|
||||
print(file[2:-4] + " " + "[<a href=\"http://criticalsarcasm.com/school_essays/essays/" + file[2:-3] +"html\">HTML</a>] [<a href=\"http://criticalsarcasm.com/school_essays/essays/" + file[2:] + "\">ODT</a>]" )
|
||||
print("")
|
||||
print("<BR>")
|
||||
if file[-4:] == "pptx":
|
||||
|
Loading…
x
Reference in New Issue
Block a user