Adds source to single tags list (#18920)

This commit is contained in:
Jonas Schubert Erlandsson
2021-09-29 19:14:31 +03:00
committed by GitHub
parent b74b914e4f
commit f35e9a5752

View File

@@ -215,7 +215,7 @@ const
tagMenu, tagNoframes}
SingleTags* = {tagArea, tagBase, tagBasefont,
tagBr, tagCol, tagFrame, tagHr, tagImg, tagIsindex,
tagLink, tagMeta, tagParam, tagWbr}
tagLink, tagMeta, tagParam, tagWbr, tagSource}
proc allLower(s: string): bool =
for c in s: