]> git.mjollnir.org Git - s9y.git/commitdiff
Missed one commit file
authorgarvinhicking <garvinhicking>
Fri, 1 Feb 2008 14:16:55 +0000 (14:16 +0000)
committergarvinhicking <garvinhicking>
Fri, 1 Feb 2008 14:16:55 +0000 (14:16 +0000)
include/functions_entries.inc.php

index f88c56d3d010d8dd123163dd6e9047a9bdbe99c2..8124c2d7ababc4eb20115c30227903e292ded060 100644 (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'],