Subversion Repositories php_utils

Rev

Rev 5 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 13
Line 78... Line 78...
78
        $x = htmlentities($x);
78
        $x = htmlentities($x);
79
        $x = str_replace("\t", str_repeat(' ', TABS_WS), $x);
79
        $x = str_replace("\t", str_repeat(' ', TABS_WS), $x);
80
        $x = str_replace(' ', ' ', $x);
80
        $x = str_replace(' ', ' ', $x);
81
        return $x;
81
        return $x;
82
}
82
}
83
 
-
 
84
?>
-