summaryrefslogtreecommitdiffstats
path: root/templates/show_box.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_box.inc.php')
-rw-r--r--templates/show_box.inc.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/templates/show_box.inc.php b/templates/show_box.inc.php
index 6be8f960..5f9553c8 100644
--- a/templates/show_box.inc.php
+++ b/templates/show_box.inc.php
@@ -5,9 +5,8 @@
All rights reserved.
This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License
- as published by the Free Software Foundation; either version 2
- of the License, or (at your option) any later version.
+ modify it under the terms of the GNU General Public License v2
+ as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -21,7 +20,7 @@
*/
?>
<span class="box-title"><?php echo $title; ?></span>
- <ol>
+ <ol class="box-list">
<?php if (count($items)) { ?>
<?php
foreach ($items as $item) {