reply: omit header from mandatory output
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 7 Nov 2019 16:50:05 +0000 (17:50 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 9 Nov 2019 06:08:13 +0000 (07:08 +0100)
Can be prepended manually if wanted.

widget/reply.php

index ab04137493b770a94e3fb5f59c948bac1d9aec64..9761cf2385546dec52f1ef19d610c175d56dbcd3 100644 (file)
@@ -2,8 +2,6 @@
 global $User, $Db, $Issue;
 require_once 'database.inc.php';
 
-print '<h3>Reacties</h3>'."\n";
-
 if ($_POST) {
        try {
                $html = nl2br(htmlspecialchars($_POST['reply']));