mirror of https://gitlab.com/bashrc2/epicyon
Open links in a separate tab
parent
d06a6dc4fc
commit
f40f3f07fa
|
@ -215,7 +215,8 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
|
||||||
lineStr = lineStr[:len(lineStr)-1]
|
lineStr = lineStr[:len(lineStr)-1]
|
||||||
# add link to the returned html
|
# add link to the returned html
|
||||||
htmlStr += \
|
htmlStr += \
|
||||||
' <p><a href="' + linkStr + '">' + \
|
' <p><a href="' + linkStr + \
|
||||||
|
'" target="_blank" rel="noopener noreferrer">' + \
|
||||||
lineStr + '</a></p>\n'
|
lineStr + '</a></p>\n'
|
||||||
linksFileContainsEntries = True
|
linksFileContainsEntries = True
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue