Missed one commit file

This commit is contained in:
Garvin Hicking 2008-02-01 14:16:55 +00:00
parent d34bbd7181
commit 21bc3bc142

View File

@ -1007,6 +1007,8 @@ function serendipity_printEntries($entries, $extended = 0, $preview = false, $sm
$entry['authorid'] = $serendipity['authorid'];
}
$entry['author'] = htmlspecialchars($entry['author']);
$authorData = array(
'authorid' => $entry['authorid'],
'username' => $entry['loginname'],