summaryrefslogtreecommitdiff
path: root/share/www
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2010-11-03 11:05:10 +0000
committerJan Lehnardt <jan@apache.org>2010-11-03 11:05:10 +0000
commita615efe543c290b4611fa7aa8313af2291df2c3f (patch)
tree7642bf4a55a6652f2cdeabf31d0ab483dc2ad3e5 /share/www
parentcb8073a4eb1513fac7c97a2164368e4a684a1cf2 (diff)
typo
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@1030411 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;")
;
},