]> git.mjollnir.org Git - s9y.git/commitdiff
one more
authorgarvinhicking <garvinhicking>
Tue, 27 Sep 2005 15:07:38 +0000 (15:07 +0000)
committergarvinhicking <garvinhicking>
Tue, 27 Sep 2005 15:07:38 +0000 (15:07 +0000)
plugins/serendipity_event_xhtmlcleanup/serendipity_event_xhtmlcleanup.php

index 5b9299fb4b44e7fb5b607cf368f8f16d0c74c907..81620a101c216da6111cb23f7b5e0e78baff30a9 100644 (file)
@@ -165,6 +165,7 @@ class serendipity_event_xhtmlcleanup extends serendipity_event
 
                 case 'frontend_display:html:per_entry':
                     if (serendipity_db_bool($this->get_config('utf8_parse'))) {
+                        $this->fixUTFEntity($eventData['author']);
                         $this->fixUTFEntity($eventData['title']);
                     }