summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-01-01 10:49:36 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-01-01 10:49:36 -0500
commit66ea568ab5cd2b187a305ef6d22c8cfaf2a6c629 (patch)
treea1c114af140aee012d6f75b186cb3c4fd4e9d9d4 /src
parent76a84dd3fb97b56605292c4f0eab2febe3c6a7ed (diff)
Proper client-side attrifyString
Diffstat (limited to 'src')
-rw-r--r--src/settings.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.sml b/src/settings.sml
index b95ce1ea..03b7fd6d 100644
--- a/src/settings.sml
+++ b/src/settings.sml
@@ -158,7 +158,7 @@ val jsFuncsBase = basisM [("alert", "alert"),
("onConnectFail", "onConnectFail"),
("onDisconnect", "onDisconnect"),
("onServerError", "onServerError"),
- ("attrifyString", "escape"),
+ ("attrifyString", "atr"),
("attrifyInt", "ts"),
("attrifyFloat", "ts"),
("attrifyBool", "bs"),