Missing quote

main
Bob Mottram 2024-01-04 14:36:01 +00:00
parent cea3abf354
commit ab054a78cf
1 changed files with 1 additions and 1 deletions

View File

@ -839,7 +839,7 @@ def html_new_post(edit_post_params: {},
books_url = 'https://en.wikipedia.org/wiki/Lists_of_books'
extra_fields += '<br>' + \
edit_text_field('<a href="' + books_url +
' target="_blank" ' +
'" target="_blank" ' +
'rel="nofollow noopener noreferrer">URL</a>:',
'bookurl', '', 'https://...', True)
extra_fields += '<br>' + \