From d5700c58fe98c1758f69aa366e83a3476e7a752e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 17 Jun 2020 12:47:36 +0100 Subject: [PATCH] Use highlighting which shows up in lynx --- webinterface.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webinterface.py b/webinterface.py index 7210c7a6..c45b70ef 100644 --- a/webinterface.py +++ b/webinterface.py @@ -4197,7 +4197,7 @@ def htmlHighlightLabel(label: str, highlight: bool) -> str: """ if not highlight: return label - return '' + label + '' + return '[' + label + ']' def htmlTimeline(defaultTimeline: str, @@ -4515,7 +4515,7 @@ def htmlTimeline(defaultTimeline: str, calendarAltText = translate['Calendar'] if newCalendarEvent: # indicate that the calendar icon is highlighted - calendarAltText = '*' + calendarAltText + '*' + calendarAltText = '[' + calendarAltText + ']' tlStr += \ '