Links in the linklist are now target=_blank
This commit is contained in:
parent
c04606595c
commit
eb91377cd4
@ -136,7 +136,7 @@ if linklist == "True":
|
|||||||
print ' <div class="sidebarentry">'
|
print ' <div class="sidebarentry">'
|
||||||
print ' <small>links</small><br />'
|
print ' <small>links</small><br />'
|
||||||
for line in content:
|
for line in content:
|
||||||
print ' <a href=' + line.split(" ")[0] + '>' + line.split(" ", 1)[1].strip() + '</a> <br />'
|
print ' <a href=' + line.split(" ")[0] + ' target=_blank>' + line.split(" ", 1)[1].strip() + '</a> <br />'
|
||||||
print ' </div>'
|
print ' </div>'
|
||||||
content.close()
|
content.close()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user