summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;")
;
},