summaryrefslogtreecommitdiff
path: root/rel/overlay/share/www/script/futon.format.js
diff options
context:
space:
mode:
Diffstat (limited to 'rel/overlay/share/www/script/futon.format.js')
-rw-r--r--rel/overlay/share/www/script/futon.format.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/rel/overlay/share/www/script/futon.format.js b/rel/overlay/share/www/script/futon.format.js
index 8d9b7f5c..0eb9b104 100644
--- a/rel/overlay/share/www/script/futon.format.js
+++ b/rel/overlay/share/www/script/futon.format.js
@@ -17,8 +17,8 @@
return string.replace(/&/g, "&")
.replace(/</g, "&lt;")
.replace(/>/g, "&gt;")
- .replace(/"/, "&quot;")
- .replace(/'/, "&#39;")
+ .replace(/"/g, "&quot;")
+ .replace(/'/g, "&#39;")
;
},