projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07b464b
)
Operator: Fix table layout
author
Ben Klang
<ben@alkaloid.net>
Tue, 12 Jan 2010 04:13:30 +0000
(23:13 -0500)
committer
Ben Klang
<ben@alkaloid.net>
Tue, 12 Jan 2010 13:57:44 +0000
(08:57 -0500)
operator/templates/search.inc
patch
|
blob
|
history
diff --git
a/operator/templates/search.inc
b/operator/templates/search.inc
index
ad76612
..
9951791
100644
(file)
--- a/
operator/templates/search.inc
+++ b/
operator/templates/search.inc
@@
-14,7
+14,6
@@
foreach ($columns as $column) {
?>
</tr>
-<tr>
<?php
foreach ($data as $record) {
echo "<tr>\n";
@@
-29,7
+28,6
@@
foreach ($data as $record) {
echo "</tr>\n";
}
?>
-</tr>
</table>
<?php echo $pager->render(); ?>