diff --git a/Templates/Alliance/Forum/forum_10.tpl b/Templates/Alliance/Forum/forum_10.tpl index bb6c2659..c015ff56 100644 --- a/Templates/Alliance/Forum/forum_10.tpl +++ b/Templates/Alliance/Forum/forum_10.tpl @@ -6,10 +6,10 @@ $post_id = $_GET['pod']; $topics = $database->ShowTopic($topic_id); $posts = $database->ShowPostEdit($post_id); foreach($topics as $top) { - $title = $top['title']; + $title = stripslashes($top['title']); } foreach($posts as $pos) { - $poss = $pos['post']; + $poss = stripslashes($pos['post']); } ?>