diff options
Diffstat (limited to 'templates/tool_box.inc')
-rw-r--r-- | templates/tool_box.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/tool_box.inc b/templates/tool_box.inc index a81e6b15..36df59c4 100644 --- a/templates/tool_box.inc +++ b/templates/tool_box.inc @@ -27,8 +27,8 @@ ?> -<table class="border" cellspacing=1 cellpadding=3> - <tr class="table-header" align=center> +<table class="border" cellspacing="1" cellpadding="3"> + <tr class="table-header" align="center"> <td><?php echo $title; ?></td> </tr> <tr> |