diff options
Diffstat (limited to 'share')
-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(/'/, "'") ; }, |