Mercurial > urweb
diff src/settings.sml @ 1108:82ac88b4e0a7
Proper client-side attrifyString
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Fri, 01 Jan 2010 10:49:36 -0500 |
parents | b9abd6cded7b |
children | 01b6c7144a44 |
line wrap: on
line diff
--- a/src/settings.sml Thu Dec 31 18:07:53 2009 -0500 +++ b/src/settings.sml Fri Jan 01 10:49:36 2010 -0500 @@ -158,7 +158,7 @@ ("onConnectFail", "onConnectFail"), ("onDisconnect", "onDisconnect"), ("onServerError", "onServerError"), - ("attrifyString", "escape"), + ("attrifyString", "atr"), ("attrifyInt", "ts"), ("attrifyFloat", "ts"), ("attrifyBool", "bs"),