From a3cf1cff5b06d7484449dc4131e75ab894d2f1ed Mon Sep 17 00:00:00 2001 From: skilchen Date: Fri, 13 Apr 2018 22:57:10 +0200 Subject: [PATCH] make tools/nimweb.nim compileable with latest Nim (#7602) --- tools/nimweb.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/nimweb.nim b/tools/nimweb.nim index c8b87c1f25..6e1d9d3596 100644 --- a/tools/nimweb.nim +++ b/tools/nimweb.nim @@ -418,7 +418,7 @@ proc generateRss(outputFilename: string, news: seq[TRssItem]) = href = rss.url), updatedDate(rss.year, rss.month, rss.day), "Nim", - content(xmltree.escape(rss.content), `type` = "text"), + content(xmltree.escape(rss.content), `type` = "text") )) output.write("""""")