diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-10 06:03:47 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-10 06:03:47 +0000 |
commit | 46ffeca144b7ef44572a5805061da246c8be5f3c (patch) | |
tree | 2b338376bb6e4a77839607131c22f20e6a59cb8d /templates/show_objects.inc.php | |
parent | 0d2c89e90d7c64eba058ae375760a350d336578b (diff) | |
download | ampache-46ffeca144b7ef44572a5805061da246c8be5f3c.tar.gz ampache-46ffeca144b7ef44572a5805061da246c8be5f3c.tar.bz2 ampache-46ffeca144b7ef44572a5805061da246c8be5f3c.zip |
database update, cleaned up some stuff
Diffstat (limited to 'templates/show_objects.inc.php')
-rw-r--r-- | templates/show_objects.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/show_objects.inc.php b/templates/show_objects.inc.php index 4ebaa1f2..728c376f 100644 --- a/templates/show_objects.inc.php +++ b/templates/show_objects.inc.php @@ -22,11 +22,12 @@ /* * Variable/Non-DB object display takes headers & objects */ + ?> <table class="tabledata" cellspacing="0"> <tr> <?php foreach ($headers as $header) { ?> - <th class="th-top"><?php echo scrub_out($header); ?></th> + <th class="th-top"><?php echo $header; ?></th> <?php } ?> </tr> <?php |