Cosmetic. Whitespace.
authoranuko <support@anuko.com>
Mon, 25 Dec 2017 16:07:38 +0000 (16:07 +0000)
committeranuko <support@anuko.com>
Mon, 25 Dec 2017 16:07:38 +0000 (16:07 +0000)
WEB-INF/lib/form/Table.class.php

index 64df890..fa58b78 100644 (file)
@@ -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) {