@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | public static $pageExt; |
19 | 19 | |
20 | 20 | protected static function ths() { |
21 | - if (self::$cols) { |
|
21 | + if (self::$cols) { |
|
22 | 22 | $ths = []; |
23 | 23 | for ($i = 0; $i < sizeof(self::$cols); $i++) { |
24 | 24 | list($lbl, $col, $arg) = array_pad(self::$cols[$i], 3, null); |
@@ -74,8 +74,8 @@ discard block |
||
74 | 74 | $ths[] = $th; |
75 | 75 | } |
76 | 76 | return implode('', $ths); |
77 | - } |
|
78 | - } |
|
77 | + } |
|
78 | + } |
|
79 | 79 | |
80 | 80 | /** Adds conditions, orderBy and Limits to query. |
81 | 81 | * @param string $q |
@@ -103,7 +103,7 @@ discard block |
||
103 | 103 | ''; |
104 | 104 | |
105 | 105 | return $q . $c . $o . $l; |
106 | - } |
|
106 | + } |
|
107 | 107 | |
108 | 108 | protected static function exportData(){ |
109 | 109 | $data = self::$exportDataAsDisplayed ? |
@@ -200,7 +200,7 @@ discard block |
||
200 | 200 | |
201 | 201 | if(self::$exportActive === true){ |
202 | 202 | $url = strtok(self::$t['slug'],"?&") . ".json?table=" . |
203 | - self::$t['items'] . "&export="; |
|
203 | + self::$t['items'] . "&export="; |
|
204 | 204 | $v["export"] = ["url"=>$url, "types"=>self::config('SAVES')]; |
205 | 205 | } |
206 | 206 |