diff options
Diffstat (limited to 'templates/show_box_top.inc.php')
-rw-r--r-- | templates/show_box_top.inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_box_top.inc.php b/templates/show_box_top.inc.php index 184c9fd1..ba8c7db0 100644 --- a/templates/show_box_top.inc.php +++ b/templates/show_box_top.inc.php @@ -1,5 +1,5 @@ <?php -/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ +/* vim:set softtabstop=4 shiftwidth=4 expandtab: */ /** * * LICENSE: GNU General Public License, version 2 (GPLv2) @@ -30,7 +30,7 @@ $class = $class ? $class : 'box'; <div class="box-right-top"></div> </div> <?php if ($title) { ?> - <h3 class="box-title"><?php echo $title; ?></h3> - <?php } ?> + <h3 class="box-title"><?php echo $title; ?></h3> + <?php } ?> <div class="box-content clearfix"> |