From 71d2e129afcdca67635ea33626873db577547e34 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 21 Nov 2020 09:44:33 +0000 Subject: [PATCH] Title style --- webapp_column_left.py | 2 +- webapp_column_right.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 += \