diff --git a/webapp_column_left.py b/webapp_column_left.py index b72c282da..928c89df6 100644 --- a/webapp_column_left.py +++ b/webapp_column_left.py @@ -287,7 +287,7 @@ def htmlEditLinks(cssCache: {}, translate: {}, baseDir: str, path: str, editLinksForm += \ '
\n' editLinksForm += \ - '

' + translate['Edit Links'] + '

' + '

' + translate['Edit Links'] + '

' editLinksForm += \ '
\n' editLinksForm += \ diff --git a/webapp_column_right.py b/webapp_column_right.py index dff002dd4..93fed4d3c 100644 --- a/webapp_column_right.py +++ b/webapp_column_right.py @@ -495,7 +495,7 @@ def htmlEditNewswire(cssCache: {}, translate: {}, baseDir: str, path: str, editNewswireForm += \ '
\n' editNewswireForm += \ - '

' + translate['Edit newswire'] + '

' + '

' + translate['Edit newswire'] + '

' editNewswireForm += \ '
\n' # editNewswireForm += \