mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
Adds source to single tags list (#18920)
This commit is contained in:
committed by
GitHub
parent
b74b914e4f
commit
f35e9a5752
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user