diff --git a/html/user/forum_post.php b/html/user/forum_post.php index 6f748e7f65..a05658d629 100644 --- a/html/user/forum_post.php +++ b/html/user/forum_post.php @@ -96,7 +96,8 @@ echo "

"; if ($preview == tra("Preview")) { panel(tra('Preview'), - function() use($content) { + function() use($content, $title) { + echo "$title

\n"; echo output_transform($content, null); } );