]> gitweb.factorcode.org Git - factor.git/commitdiff
Load fix
authorSlava Pestov <slava@shill.internal.stack-effects.com>
Wed, 15 Apr 2009 00:57:25 +0000 (19:57 -0500)
committerSlava Pestov <slava@shill.internal.stack-effects.com>
Wed, 15 Apr 2009 00:57:25 +0000 (19:57 -0500)
basis/help/html/html.factor

index 3de8dae2186275c597d3955dfb5fe76b0372e740..f4a874248617f9645421e41e783e1a6b2e502ec0 100644 (file)
@@ -5,7 +5,7 @@ io.files io.files.temp io.directories html.streams help kernel
 assocs sequences make words accessors arrays help.topics vocabs
 tools.vocabs help.vocabs namespaces prettyprint io
 vocabs.loader serialize fry memoize ascii unicode.case math.order
-sorting debugger html xml.syntax xml.writer ;
+sorting debugger html xml.syntax xml.writer math.parser ;
 IN: help.html
 
 : escape-char ( ch -- )
@@ -23,7 +23,7 @@ IN: help.html
             { CHAR: , "__comma__" }
             { CHAR: @ "__at__" }
         } at [ % ] [ , ] ?if
-    ] [ number>string "__" "__" surround ] if ;
+    ] [ number>string "__" "__" surround ] if ;
 
 : escape-filename ( string -- filename )
     [ [ escape-char ] each ] "" make ;