Open links in a separate tab

main
Bob Mottram 2020-12-10 12:06:39 +00:00
parent d06a6dc4fc
commit f40f3f07fa
1 changed files with 2 additions and 1 deletions

View File

@ -215,7 +215,8 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
lineStr = lineStr[:len(lineStr)-1]
# add link to the returned html
htmlStr += \
' <p><a href="' + linkStr + '">' + \
' <p><a href="' + linkStr + \
'" target="_blank" rel="noopener noreferrer">' + \
lineStr + '</a></p>\n'
linksFileContainsEntries = True
else: