From dffe1a696198bbbda380d4bf0cc6300a0d1e6748 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 7 Nov 2019 17:50:05 +0100 Subject: [PATCH] reply: omit header from mandatory output Can be prepended manually if wanted. --- widget/reply.php | 2 -- 1 file changed, 2 deletions(-) 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'])); -- 2.30.0