diff options
Diffstat (limited to 'donators.inc.php')
-rw-r--r-- | donators.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/donators.inc.php b/donators.inc.php index 3e3467104..22189f528 100644 --- a/donators.inc.php +++ b/donators.inc.php @@ -332,7 +332,7 @@ function html_people_list($people) */ function html_orgs_list($orgs) { - $html = '<ul class="ty-ppl-list">'; + $html = '<ul class="ty-ppl-list twocol">'; foreach ($orgs as $o) $html .= sprintf('<li><a href="%s">%s</a> %s</li>', $o[0], $o[1], @$o[2]); $html .= '</ul>'; |