aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 2b608760c..0633a828f 100644
--- a/boot.php
+++ b/boot.php
@@ -192,7 +192,7 @@ if(! function_exists('escape_tags')) {
function escape_tags($string) {
return(str_replace(
array('&', '"', "'", '<', '>'),
- array('&amp;', '&quot;', '&apos;', '&lt;', '&gt;'), $string));
+ array('&amp;', '&quot;', '&#39;', '&lt;', '&gt;'), $string));
}}
if(! function_exists('login')) {