fix replace when multi makrs '&'

This commit is contained in:
Cyrille L 2024-01-16 15:07:10 +01:00
parent fae86e8ca7
commit 6894a51ba4
2 changed files with 4 additions and 1 deletions

View File

@ -132,4 +132,5 @@ date: %s
""" """
# Generic list item with HTML link for sitemap # Generic list item with HTML link for sitemap
link = ' + <a class="%s sitemap" href="%s" title="%s -- %s, %s">%s</a>' link = ' + <a role="link" class="%s sitemap" ' + \
'href="%s" title="%s -- %s, %s">%s</a>'

View File

@ -601,6 +601,8 @@ def words_tags():
HTMLs[tag][1] HTMLs[tag][1]
) )
replace_article(">&<", "><")
#=====================# #=====================#
# Convert inline code # # Convert inline code #