From aa939c39eb1547b15726b0fc6195035af3bea0c4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 6 Nov 2020 13:33:00 +0000 Subject: [PATCH] Cite markup --- webinterface.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webinterface.py b/webinterface.py index 1272782fc..99553e79a 100644 --- a/webinterface.py +++ b/webinterface.py @@ -2770,7 +2770,8 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {}, title = sections[1] link = sections[2] citationsStr += \ - '
  • ' + title + '
  • ' + '
  • ' + \ + title + '
  • ' citationsStr += ' \n' citationsStr += '\n'