issue: restore reply form divider
authorMischa POSLAWSKY <perl@shiar.org>
Wed, 17 Nov 2021 01:57:17 +0000 (02:57 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Fri, 26 Nov 2021 00:02:56 +0000 (01:02 +0100)
Distinguish site explanation from user messages.

widget/reply.php

index da993c92f5c3541d131911e3d89f2e23db02b5e9..f8984aae185e29b7b413bc8dc8f954de1f1338e6 100644 (file)
@@ -75,7 +75,7 @@ while ($row = $query->fetch()) {
 }
 
 if ($User->login) {
-       print '<li>';
+       print '<li><hr/>';
        print '<form method="post" action="" enctype="multipart/form-data">';
        if (isset($Issue) and $User->admin("edit {$Page->link}")) {
                print "<aside>\n";