From 02cb81aaed1e54bc31b695e1b7751f95559d4a0a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 21 Dec 2020 15:09:29 +0000 Subject: [PATCH] Remove center --- webapp_column_left.py | 4 +--- webapp_column_right.py | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/webapp_column_left.py b/webapp_column_left.py index f8d0d826..e8ac0501 100644 --- a/webapp_column_left.py +++ b/webapp_column_left.py @@ -339,10 +339,8 @@ def htmlEditLinks(cssCache: {}, translate: {}, baseDir: str, path: str, editLinksForm += \ '
\n' editLinksForm += \ - '
\n' + \ ' \n' + \ - '
\n' + translate['Submit'] + '">\n' editLinksForm += \ '
\n' diff --git a/webapp_column_right.py b/webapp_column_right.py index 450d2034..6f3c6568 100644 --- a/webapp_column_right.py +++ b/webapp_column_right.py @@ -505,10 +505,8 @@ def htmlEditNewswire(cssCache: {}, translate: {}, baseDir: str, path: str, # ' \n' editNewswireForm += \ - '
\n' + \ ' \n' + \ - '
\n' + translate['Submit'] + '">\n' editNewswireForm += \ ' \n'