Updated serendipity_authors_plugin to use new plainList class for uls.
This commit is contained in:
parent
a4d07aae4c
commit
c4a85290a8
@ -1807,7 +1807,7 @@ class serendipity_authors_plugin extends serendipity_plugin {
|
||||
$image = $this->get_config('image', serendipity_getTemplateFile('img/xml.gif'));
|
||||
$image = (($image == "'none'" || $image == 'none') ? '' : $image);
|
||||
|
||||
$html .= '<ul>' . "\n";
|
||||
$html .= '<ul class="plainList">' . "\n";
|
||||
|
||||
if (is_array($authors) && count($authors)) {
|
||||
foreach ($authors as $auth) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user