X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/159ee0f3d812c9681a00c37f6a2bcaf8a1de83bc..3a4f1ae1a32baa3658d54c3dadf268bab01308a2:/widget/reply.php diff --git a/widget/reply.php b/widget/reply.php index 94018c4..9e1c7e3 100644 --- a/widget/reply.php +++ b/widget/reply.php @@ -46,6 +46,7 @@ if ($_POST) { 'value' => $updated->$col, ]); } + $Issue = $updated; } } $_POST['reply'] = NULL; @@ -66,7 +67,7 @@ while ($row = $query->fetch()) { printf('%s %s', $rowuser->html, showdate(preg_split('/\D/', $row->created)) ); - printf("
%s
\n", $row->message); + printf("
\n%s
\n", $row->message); if ($changes = json_decode($row->journal)) { print '