diff 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
line wrap: on
line diff
--- a/src/compiler.sml	Tue Jan 07 08:36:18 2014 -0500
+++ b/src/compiler.sml	Thu Jan 09 17:27:24 2014 -0500
@@ -865,6 +865,7 @@
                                    | "noXsrfProtection" => Settings.addNoXsrfProtection arg
                                    | "timeFormat" => Settings.setTimeFormat arg
                                    | "noMangleSql" => Settings.setMangleSql false
+                                   | "html5" => Settings.setIsHtml5 true
 
                                    | _ => ErrorMsg.error ("Unrecognized command '" ^ cmd ^ "'");
                                  read ()