summaryrefslogtreecommitdiff
path: root/share/www
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2010-11-03 11:03:47 +0000
committerJan Lehnardt <jan@apache.org>2010-11-03 11:03:47 +0000
commit7d8156dd41bed8abd5d5b7b675b9f3f863f0ca5b (patch)
treedebf6a9a75d7f1383d1d02c45bb837cdb2e5f9bd /share/www
parentbaf96311321105383f186e5c149f6be3958c685b (diff)
typo
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1030409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www')
-rw-r--r--share/www/script/futon.format.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/futon.format.js b/share/www/script/futon.format.js
index 31880764..8d9b7f5c 100644
--- a/share/www/script/futon.format.js
+++ b/share/www/script/futon.format.js
@@ -18,7 +18,7 @@
.replace(/</g, "&lt;")
.replace(/>/g, "&gt;")
.replace(/"/, "&quot;")
- .replace(/'/, "&#39;;")
+ .replace(/'/, "&#39;")
;
},