mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
bye bye trailing whitespaces (#442)
This commit is contained in:
@@ -8,7 +8,7 @@ $compare = &$_GET['compare'];
|
||||
// If we failed to load items.xml, a string is returned (not an array)
|
||||
// with the attempted loaded file path.
|
||||
// So if $items is not an array, send an error message, include the footer and ignore rest of this page.
|
||||
if (is_array($items) === false):
|
||||
if (is_array($items) === false):
|
||||
?>
|
||||
<h1>Marketplace</h1>
|
||||
<p>Failed to load item list.</p>
|
||||
@@ -112,7 +112,7 @@ if (!$compare) {
|
||||
}
|
||||
$condition = (!empty($query)) ? "`itemtype` IN (". implode(',', $query) .")" : false;
|
||||
}
|
||||
|
||||
|
||||
// First list active bids
|
||||
if ($condition === false) {
|
||||
$offers = array();
|
||||
@@ -217,4 +217,4 @@ if (!$compare) {
|
||||
</table>
|
||||
<?php
|
||||
}
|
||||
include 'layout/overall/footer.php'; ?>
|
||||
include 'layout/overall/footer.php'; ?>
|
||||
|
Reference in New Issue
Block a user