forked from logenkain/criticalsarcasm
Remove trailing quote
This commit is contained in:
parent
d5934d7070
commit
ab8d940831
@ -9,6 +9,6 @@ for file in files:
|
|||||||
print("")
|
print("")
|
||||||
print("<BR>")
|
print("<BR>")
|
||||||
if file[-4:] == "pptx":
|
if file[-4:] == "pptx":
|
||||||
print(file[2:-5] + " " + "[<a href=\"http://criticalsarcasm.com/school_essays/essays/" + file[2:] + "\">PPTX\"</a>]" )
|
print(file[2:-5] + " " + "[<a href=\"http://criticalsarcasm.com/school_essays/essays/" + file[2:] + "\">PPTX</a>]" )
|
||||||
print("<BR>")
|
print("<BR>")
|
||||||
print("</P>")
|
print("</P>")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user