diff options
author | xgizzmo <xgizzmo@ampache> | 2007-07-19 00:19:43 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2007-07-19 00:19:43 +0000 |
commit | b337d84d9af8a7db8e0171c9c0f4bedeae0ef05e (patch) | |
tree | 6ffc0ed94bfd121d4d0bf9d0d9f658b95fc9fd84 /templates/show_edit_catalog.inc.php | |
parent | 6276d279e63da27c9021bd5b9aa7f0f6d2ee9580 (diff) | |
download | ampache-b337d84d9af8a7db8e0171c9c0f4bedeae0ef05e.tar.gz ampache-b337d84d9af8a7db8e0171c9c0f4bedeae0ef05e.tar.bz2 ampache-b337d84d9af8a7db8e0171c9c0f4bedeae0ef05e.zip |
few fixups to pass W3C Validation Service (wip)
Diffstat (limited to 'templates/show_edit_catalog.inc.php')
-rw-r--r-- | templates/show_edit_catalog.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_edit_catalog.inc.php b/templates/show_edit_catalog.inc.php index efd406ae..7ee1767a 100644 --- a/templates/show_edit_catalog.inc.php +++ b/templates/show_edit_catalog.inc.php @@ -40,6 +40,7 @@ <tr> <td><?php echo _('Catalog Type'); ?></td> <td><?php echo scrub_out(ucfirst($catalog->catalog_type)); ?></td> +</tr> <tr> <td><?php echo _('XML-RPC Key'); ?>:</td> <td> |