From f40f3f07fa094621a25b1fb673135cfd1ef8e441 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 10 Dec 2020 12:06:39 +0000 Subject: [PATCH] Open links in a separate tab --- webapp_column_left.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp_column_left.py b/webapp_column_left.py index 5e5df5cf7..8d91101da 100644 --- a/webapp_column_left.py +++ b/webapp_column_left.py @@ -215,7 +215,8 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str, lineStr = lineStr[:len(lineStr)-1] # add link to the returned html htmlStr += \ - '

' + \ + '

' + \ lineStr + '

\n' linksFileContainsEntries = True else: