mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-14 07:13:27 +00:00
make tools/nimweb.nim compileable with latest Nim (#7602)
This commit is contained in:
@@ -418,7 +418,7 @@ proc generateRss(outputFilename: string, news: seq[TRssItem]) =
|
||||
href = rss.url),
|
||||
updatedDate(rss.year, rss.month, rss.day),
|
||||
"<author><name>Nim</name></author>",
|
||||
content(xmltree.escape(rss.content), `type` = "text"),
|
||||
content(xmltree.escape(rss.content), `type` = "text")
|
||||
))
|
||||
|
||||
output.write("""</feed>""")
|
||||
|
||||
Reference in New Issue
Block a user