summaryrefslogtreecommitdiff
path: root/library/WT/Filter.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/WT/Filter.php')
-rw-r--r--library/WT/Filter.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/WT/Filter.php b/library/WT/Filter.php
index e628e9b351..c1793a6e89 100644
--- a/library/WT/Filter.php
+++ b/library/WT/Filter.php
@@ -43,14 +43,14 @@ class WT_Filter {
return htmlspecialchars($string, ENT_QUOTES, 'UTF-8');
}
}
-
+
//////////////////////////////////////////////////////////////////////////////
// Escape a string for use in a URL
//////////////////////////////////////////////////////////////////////////////
public static function escapeUrl($string) {
return rawurlencode($string);
}
-
+
//////////////////////////////////////////////////////////////////////////////
// Escape a string for use in Javascript
//////////////////////////////////////////////////////////////////////////////