mirror of https://gitlab.com/bashrc2/epicyon
Missing quote
parent
cea3abf354
commit
ab054a78cf
|
@ -839,7 +839,7 @@ def html_new_post(edit_post_params: {},
|
||||||
books_url = 'https://en.wikipedia.org/wiki/Lists_of_books'
|
books_url = 'https://en.wikipedia.org/wiki/Lists_of_books'
|
||||||
extra_fields += '<br>' + \
|
extra_fields += '<br>' + \
|
||||||
edit_text_field('<a href="' + books_url +
|
edit_text_field('<a href="' + books_url +
|
||||||
' target="_blank" ' +
|
'" target="_blank" ' +
|
||||||
'rel="nofollow noopener noreferrer">URL</a>:',
|
'rel="nofollow noopener noreferrer">URL</a>:',
|
||||||
'bookurl', '', 'https://...', True)
|
'bookurl', '', 'https://...', True)
|
||||||
extra_fields += '<br>' + \
|
extra_fields += '<br>' + \
|
||||||
|
|
Loading…
Reference in New Issue