From a54eb1d17cccdf772ee46a2c1447b580cd532368 Mon Sep 17 00:00:00 2001 From: anuko Date: Mon, 25 Dec 2017 16:07:38 +0000 Subject: [PATCH] Cosmetic. Whitespace. --- WEB-INF/lib/form/Table.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.20.1