X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/fac6ba761f971deb77a5686ead99ec6534f931d2..e2e6d4c1c37aff2e6b50331cb31af9d59536624f:/widget/reply.php diff --git a/widget/reply.php b/widget/reply.php index ab04137..9761cf2 100644 --- a/widget/reply.php +++ b/widget/reply.php @@ -2,8 +2,6 @@ global $User, $Db, $Issue; require_once 'database.inc.php'; -print '

Reacties

'."\n"; - if ($_POST) { try { $html = nl2br(htmlspecialchars($_POST['reply']));