summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/exe/spellcheck.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/exe/spellcheck.php b/lib/exe/spellcheck.php
index 67448673c..968e25395 100644
--- a/lib/exe/spellcheck.php
+++ b/lib/exe/spellcheck.php
@@ -78,9 +78,6 @@ if(function_exists($call)){
* @author Andreas Gohr <andi@splitbrain.org>
*/
function spaceslink($string, $check=""){
- $string = stripslashes($string);
- $check = stripslashes($check);
-
$result = ' '; //opening [[
$result .= str_pad('',utf8_strlen($string),' ');
$result .= $check;