]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Table.class.php
Cosmetic. Whitespace.
[timetracker.git] / WEB-INF / lib / form / Table.class.php
index 64df89051c85ff3dac8788fc24bd2ead43f6b1b7..fa58b78693d511fcf3b5c0c0204f2e1617fdca69 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) {