@@ -82,11 +82,11 @@ |
||
82 | 82 | if ($assertion === true) { |
83 | 83 | // All OK |
84 | 84 | echo('<div class="result ok"><span>✔</span></div>'); |
85 | - echo('</div>'); // close checkline |
|
85 | + echo('</div>'); // close checkline |
|
86 | 86 | } else { |
87 | 87 | // Not OK |
88 | 88 | echo('<div class="result error"><span>✖</span></div>'); |
89 | - echo('</div>'); // close checkline |
|
89 | + echo('</div>'); // close checkline |
|
90 | 90 | echo('<div class="errortext">' . $error_text . '</div>'); |
91 | 91 | } |
92 | 92 | echo('</div>'); |
@@ -12,7 +12,7 @@ |
||
12 | 12 | public function handle() |
13 | 13 | { |
14 | 14 | // Architecture is set --> show packages for that arch |
15 | - $arch = trim($_GET['arch']); |
|
15 | + $arch = trim($_GET['arch']); |
|
16 | 16 | |
17 | 17 | $output = new HtmlOutput($this->config); |
18 | 18 | $output->setVariable('arch', $arch); |
@@ -31,7 +31,7 @@ |
||
31 | 31 | $this->setVariable('baseUrlRelative', $this->config->baseUrlRelative); |
32 | 32 | $this->setVariable('themeUrl', $this->config->baseUrlRelative . $this->config->paths['themes'] . $this->config->site['theme'] . '/'); |
33 | 33 | $this->setVariable('requestUri', $_SERVER['REQUEST_URI']); |
34 | - if (array_key_exists('SSPKS_COMMIT', $_SERVER)){ |
|
34 | + if (array_key_exists('SSPKS_COMMIT', $_SERVER)) { |
|
35 | 35 | $this->setVariable('commitHash', $_SERVER['SSPKS_COMMIT']); |
36 | 36 | } |
37 | 37 | } |
@@ -31,7 +31,7 @@ |
||
31 | 31 | $this->setVariable('baseUrlRelative', $this->config->baseUrlRelative); |
32 | 32 | $this->setVariable('themeUrl', $this->config->baseUrlRelative . $this->config->paths['themes'] . $this->config->site['theme'] . '/'); |
33 | 33 | $this->setVariable('requestUri', $_SERVER['REQUEST_URI']); |
34 | - if (array_key_exists('SSPKS_COMMIT', $_SERVER)){ |
|
34 | + if (array_key_exists('SSPKS_COMMIT', $_SERVER)) { |
|
35 | 35 | $this->setVariable('commitHash', $_SERVER['SSPKS_COMMIT']); |
36 | 36 | } |
37 | 37 | } |