diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-25 17:28:50 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-25 17:28:50 +0000 |
commit | 2398133cc42045805e6045935efeefee18ab1ad8 (patch) | |
tree | 88e81a14e612cf23fe210fe1750634fbc48ae29e /templates/show_search.inc | |
parent | 793d3d0bf19a8007e54f8440a5412e2b6709f5b3 (diff) | |
download | ampache-2398133cc42045805e6045935efeefee18ab1ad8.tar.gz ampache-2398133cc42045805e6045935efeefee18ab1ad8.tar.bz2 ampache-2398133cc42045805e6045935efeefee18ab1ad8.zip |
more html cleanup
Diffstat (limited to 'templates/show_search.inc')
-rw-r--r-- | templates/show_search.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_search.inc b/templates/show_search.inc index 0e4d3532..26d202bc 100644 --- a/templates/show_search.inc +++ b/templates/show_search.inc @@ -29,7 +29,7 @@ ?> <form name="search" method="post" action="<?php echo conf('web_path'); ?>/search.php" enctype="multipart/form-data" style="Display:inline"> -<table class="tabledata" cellspacing="0" cellpadding="3" border="0" width="450px" style="clear:both;"> +<table class="tabledata" cellspacing="0" cellpadding="3" border="0" width="450" style="clear:both;"> <tr class="table-header"> <td colspan="2"><b><?php echo _("Search Ampache"); ?>...</b></td> </tr> |