From: anuko Date: Mon, 25 Dec 2017 16:07:38 +0000 (+0000) Subject: Cosmetic. Whitespace. X-Git-Tag: timetracker_1.19-1~1439 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=a54eb1d17cccdf772ee46a2c1447b580cd532368;p=timetracker.git Cosmetic. Whitespace. --- diff --git a/WEB-INF/lib/form/Table.class.php b/WEB-INF/lib/form/Table.class.php index 64df8905..fa58b786 100644 --- 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 .= "mRowOptions) > 0) { foreach ($this->mRowOptions as $k=>$v) {