From 5387df1c09b009e95ad753d3eb3f97e3e1d40092 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 1 Feb 2021 19:48:46 +0000 Subject: [PATCH] Remove alt descriptions on images --- webapp_column_left.py | 7 ++++--- webapp_column_right.py | 6 ++---- webapp_timeline.py | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/webapp_column_left.py b/webapp_column_left.py index 1555a5d3e..14651564f 100644 --- a/webapp_column_left.py +++ b/webapp_column_left.py @@ -90,8 +90,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str, htmlStr += \ '\n
\n' + \ ' \n' + \ '
\n' @@ -269,6 +268,7 @@ def htmlLinksMobile(cssCache: {}, baseDir: str, htmlStr += \ '' + \ '\n' htmlStr += '
\n' @@ -334,7 +334,8 @@ def htmlEditLinks(cssCache: {}, translate: {}, baseDir: str, path: str, '\n' - editLinksForm += '\n' + \ '\n' diff --git a/webapp_column_right.py b/webapp_column_right.py index de0e6c866..b245a5c6e 100644 --- a/webapp_column_right.py +++ b/webapp_column_right.py @@ -92,8 +92,7 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str, htmlStr += \ '\n
\n' + \ ' \n' + \ '
\n' @@ -359,8 +358,7 @@ def htmlCitations(baseDir: str, nickname: str, domain: str, translate['Go Back'] + '" alt="' + \ translate['Go Back'] + '">\n' htmlStr += '\n' htmlStr += \ diff --git a/webapp_timeline.py b/webapp_timeline.py index 17b88ff3d..419a58381 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -389,7 +389,7 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, translate['Switch to profile view'] + '" alt="' + \ translate['Switch to profile view'] + '">\n' tlStr += '\n' + \ '\n'