diff options
Diffstat (limited to 'templates/show_rules.inc.php')
-rw-r--r-- | templates/show_rules.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_rules.inc.php b/templates/show_rules.inc.php index 1f98e0ae..e6db04cb 100644 --- a/templates/show_rules.inc.php +++ b/templates/show_rules.inc.php @@ -24,7 +24,7 @@ <script type="text/javascript" src="<?php echo Config::get('web_path'); ?>/lib/javascript/search.js"></script> <script type="text/javascript" src="<?php echo Config::get('web_path'); ?>/lib/javascript/search-data.php?type=<?php echo $_REQUEST['type'] ? scrub_out($_REQUEST['type']) : 'song'; ?>"></script> -<?php show_box_top(_('Rules') . "..."); ?> +<?php show_box_top(_('Rules') . "...", 'box box_rules'); ?> <table class="tabledata" cellpadding="3" cellspacing="0"> <tbody id="searchtable"> <tr> |