X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/2e1116b155ec54beb89153f37a5f0de90212815c..2884a2a2fd31342c4c2e37b569b2b89a0949995e:/issue/index.php diff --git a/issue/index.php b/issue/index.php index fb6a84e..bb556f2 100644 --- a/issue/index.php +++ b/issue/index.php @@ -16,7 +16,7 @@ if ($id and ctype_digit($id)) { $author = $Issue->author ? new User('profile/'.$Issue->author, FALSE) : NULL; printf('

%s%s %s

'."\n", 'Geplaatst', - $author ? " door {$author->name}" : '', + $author ? " door {$author->html}" : '', showdate(preg_split('/\D/', $Issue->created)) ); if ($Issue->assign) { @@ -67,14 +67,15 @@ if ($id == 'feed') { ob_start(); print '