]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/xmode/code2html/code2html.factor
add DOCTYPE html in most places.
[factor.git] / basis / xmode / code2html / code2html.factor
index a4c2094da77fe0e21f9e1175ab93e1746abb5ca1..6938f40bebae8b90bad222e35aae061926460636 100644 (file)
@@ -28,7 +28,7 @@ IN: xmode.code2html
     [ "" ] [ path over first find-mode htmlize-lines ]
     if-empty :> input
     default-stylesheet :> stylesheet
-    <XML <html>
+    <XML <!DOCTYPE html> <html>
         <head>
             <-stylesheet->
             <title><-path-></title>