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: