Skip to content
Snippets Groups Projects
Commit b40b0c0d authored by andi's avatar andi
Browse files

spellchecker: removed wrong stripslashes calls

darcs-hash:20050705181819-9977f-204dfb5ed3e38f9ec92f26f0751b9799aacd03a0.gz
parent 0c16b1d3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment