diff options
Diffstat (limited to 'ratatoeskr/frontend.php')
-rw-r--r-- | ratatoeskr/frontend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/frontend.php b/ratatoeskr/frontend.php index 349fe80..f022958 100644 --- a/ratatoeskr/frontend.php +++ b/ratatoeskr/frontend.php @@ -750,7 +750,7 @@ function frontend_url_handler(&$data, $url_now, &$url_next) if(isset($_GET["comment"])) { if(isset($_POST["preview_comment"])) - $ste->vars["current"]["comment_prev"] = comment_filter(textprocessor_apply($_POST["comment_text"], $ratatoeskr_settings["comment_textprocessor"])); + $ste->vars["current"]["comment_prev"] = Comment::htmlize_comment_text($_POST["comment_text"]); else if(isset($_POST["post_comment"])) { $rejected = False; |