projects
/
timetracker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6612729
)
Cosmetic. Whitespace.
author
anuko
<support@anuko.com>
Mon, 25 Dec 2017 16:07:38 +0000
(16:07 +0000)
committer
anuko
<support@anuko.com>
Mon, 25 Dec 2017 16:07:38 +0000
(16:07 +0000)
WEB-INF/lib/form/Table.class.php
patch
|
blob
|
history
diff --git
a/WEB-INF/lib/form/Table.class.php
b/WEB-INF/lib/form/Table.class.php
index
64df890
..
fa58b78
100644
(file)
--- a/
WEB-INF/lib/form/Table.class.php
+++ b/
WEB-INF/lib/form/Table.class.php
@@
-131,7
+131,7
@@
class Table extends FormElement {
$html .= ">\n";
// Print headers.
-
if (($this->mInteractive && (count($this->mHeaders) > 1)) || (!$this->mInteractive && (count($this->mHeaders) > 0))) {
+ if (($this->mInteractive && (count($this->mHeaders) > 1)) || (!$this->mInteractive && (count($this->mHeaders) > 0))) {
$html .= "<tr";
if (count($this->mRowOptions) > 0) {
foreach ($this->mRowOptions as $k=>$v) {