From ab054a78cfbd7bd143a356269568f5319abedd02 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 4 Jan 2024 14:36:01 +0000 Subject: [PATCH] Missing quote --- webapp_create_post.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp_create_post.py b/webapp_create_post.py index d2ab906cc..745e6386a 100644 --- a/webapp_create_post.py +++ b/webapp_create_post.py @@ -839,7 +839,7 @@ def html_new_post(edit_post_params: {}, books_url = 'https://en.wikipedia.org/wiki/Lists_of_books' extra_fields += '
' + \ edit_text_field('URL:', 'bookurl', '', 'https://...', True) extra_fields += '
' + \