websites.factorcode: fix double escaping in code example on front page
parent
9bd1c1b771
commit
c9753304a5
|
@ -49,7 +49,7 @@ xml.writer xmode.highlight ; %>
|
||||||
"resource:extra/websites/factorcode/examples.txt" utf8 file-lines
|
"resource:extra/websites/factorcode/examples.txt" utf8 file-lines
|
||||||
{ "----" } split random
|
{ "----" } split random
|
||||||
"factor" [ highlight-lines ] with-html-writer
|
"factor" [ highlight-lines ] with-html-writer
|
||||||
[ xml>string write ] each
|
[ xml>string write-html ] each
|
||||||
%></pre>
|
%></pre>
|
||||||
|
|
||||||
<p>See the <a href="http://concatenative.org/wiki/view/Factor/Examples">example programs</a> page on the wiki for more.</p>
|
<p>See the <a href="http://concatenative.org/wiki/view/Factor/Examples">example programs</a> page on the wiki for more.</p>
|
||||||
|
|
Loading…
Reference in New Issue