From: Mischa POSLAWSKY Date: Thu, 7 Nov 2019 16:50:05 +0000 (+0100) Subject: reply: omit header from mandatory output X-Git-Tag: v4.2~19 X-Git-Url: http://git.shiar.net/minimedit.git/commitdiff_plain/dffe1a696198bbbda380d4bf0cc6300a0d1e6748 reply: omit header from mandatory output Can be prepended manually if wanted. --- 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']));