diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-11 07:14:49 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-11 07:14:49 +0000 |
commit | b29feaca4960b7190744a12c34f8a587ab008966 (patch) | |
tree | 4bcf5522cfd7d1b75a8b7aa56192f09ef790aa88 /templates/tool_box.inc | |
parent | 53028c86faa8039a87bbdcabef6bc7441757ac18 (diff) | |
download | ampache-b29feaca4960b7190744a12c34f8a587ab008966.tar.gz ampache-b29feaca4960b7190744a12c34f8a587ab008966.tar.bz2 ampache-b29feaca4960b7190744a12c34f8a587ab008966.zip |
more xmlrpc mojo, along with some misc cleanup
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 fafdcfe8..f1ec0ecf 100644 --- a/templates/tool_box.inc +++ b/templates/tool_box.inc @@ -27,9 +27,9 @@ ?> -<table class="border" cellspacing="1" cellpadding="3"> +<table class="border" cellspacing="1" cellpadding="3" > <tr class="table-header" align="center"> - <td><?php echo $title; ?></td> + <th><?php echo $title; ?></th> </tr> <tr> <td class="even"> |