fix replace when multi makrs '&'
This commit is contained in:
parent
fae86e8ca7
commit
6894a51ba4
|
@ -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>'
|
||||||
|
|
|
@ -601,6 +601,8 @@ def words_tags():
|
||||||
HTMLs[tag][1]
|
HTMLs[tag][1]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
replace_article(">&<", "><")
|
||||||
|
|
||||||
|
|
||||||
#=====================#
|
#=====================#
|
||||||
# Convert inline code #
|
# Convert inline code #
|
||||||
|
|
Loading…
Reference in New Issue