websites.factorcode: fix double escaping in code example on front page

db4
Slava Pestov 2011-05-20 18:38:30 -07:00
parent 9bd1c1b771
commit c9753304a5
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ xml.writer xmode.highlight ; %>
"resource:extra/websites/factorcode/examples.txt" utf8 file-lines
{ "----" } split random
"factor" [ highlight-lines ] with-html-writer
[ xml>string write ] each
[ xml>string write-html ] each
%></pre>
<p>See the <a href="http://concatenative.org/wiki/view/Factor/Examples">example programs</a> page on the wiki for more.</p>