diff options
author | Jan Lehnardt <jan@apache.org> | 2010-11-03 11:03:47 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2010-11-03 11:03:47 +0000 |
commit | 7d8156dd41bed8abd5d5b7b675b9f3f863f0ca5b (patch) | |
tree | debf6a9a75d7f1383d1d02c45bb837cdb2e5f9bd /share/www | |
parent | baf96311321105383f186e5c149f6be3958c685b (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.js | 2 |
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, "<") .replace(/>/g, ">") .replace(/"/, """) - .replace(/'/, "';") + .replace(/'/, "'") ; }, |