Mercurial > urweb
comparison src/compiler.sml @ 1956:ac1be85e91ad
Add 'html5' .urp directive
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 09 Jan 2014 17:27:24 -0500 |
parents | 0992323fa264 |
children | 0652f295e0fa |
comparison
equal
deleted
inserted
replaced
1955:469e02eea43a | 1956:ac1be85e91ad |
---|---|
863 | SOME n => Settings.setMonoInline n) | 863 | SOME n => Settings.setMonoInline n) |
864 | "alwaysInline" => Settings.addAlwaysInline arg | 864 | "alwaysInline" => Settings.addAlwaysInline arg |
865 | "noXsrfProtection" => Settings.addNoXsrfProtection arg | 865 | "noXsrfProtection" => Settings.addNoXsrfProtection arg |
866 | "timeFormat" => Settings.setTimeFormat arg | 866 | "timeFormat" => Settings.setTimeFormat arg |
867 | "noMangleSql" => Settings.setMangleSql false | 867 | "noMangleSql" => Settings.setMangleSql false |
868 | "html5" => Settings.setIsHtml5 true | |
868 | 869 |
869 | _ => ErrorMsg.error ("Unrecognized command '" ^ cmd ^ "'"); | 870 | _ => ErrorMsg.error ("Unrecognized command '" ^ cmd ^ "'"); |
870 read () | 871 read () |
871 end | 872 end |
872 | 873 |