summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2005-12-18 13:33:54 +0000
committerxgizzmo <xgizzmo@ampache>2005-12-18 13:33:54 +0000
commit742f6bfa6a7b285db898da220e1799fbb9b79ded (patch)
treedda7ea1d2ef5536698b04a8535b6e5410614f5ba /templates
parent1dc58a9d96485fd10b0ba5b2b9bd8a26167e77c0 (diff)
downloadampache-742f6bfa6a7b285db898da220e1799fbb9b79ded.tar.gz
ampache-742f6bfa6a7b285db898da220e1799fbb9b79ded.tar.bz2
ampache-742f6bfa6a7b285db898da220e1799fbb9b79ded.zip
Fixed nested table data error
Diffstat (limited to 'templates')
-rw-r--r--templates/show_search.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_search.inc b/templates/show_search.inc
index 8d254fac..fdb1aed1 100644
--- a/templates/show_search.inc
+++ b/templates/show_search.inc
@@ -58,7 +58,7 @@ $final_javascript .= " // END-->\n </script>";
<td>
<input type="checkbox" name="search_object[]" value="all" onclick="flipField('all_string');" <?php echo $check_all; ?> />
<input type="text" id="all_string" name="all_string" value="<?php echo scrub_out($_REQUEST['all_string']); ?>" disabled="disabled" />
- <td></td>
+ </td>
<td></td>
</tr>
<tr class="<?php echo flip_class(); ?>">