Mercurial > urweb
diff src/cjr_print.sml @ 725:4c5796512edc
Catching duplicate cookie and style paths
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 16 Apr 2009 12:07:21 -0400 |
parents | acb8537f58f0 |
children | e0dd85ea58e1 |
line wrap: on
line diff
--- a/src/cjr_print.sml Thu Apr 16 12:00:44 2009 -0400 +++ b/src/cjr_print.sml Thu Apr 16 12:07:21 2009 -0400 @@ -2146,6 +2146,13 @@ | DJavaScript s => box [string "static char jslib[] = \"", string (String.toString s), string "\";"] + | DCookie s => box [string "/*", + space, + string "cookie", + space, + string s, + space, + string "*/"] | DStyle s => box [string "/*", space, string "style",