Browse Source

fix status code container #10

main
ghost 1 year ago
parent
commit
91dcf2d2e9
  1. 4
      src/public/explore.php
  2. 4
      src/public/search.php

4
src/public/explore.php

@ -301,9 +301,9 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the @@ -301,9 +301,9 @@ $placeholder = Filter::plural($totalPages, [sprintf(_('Over %s page or enter the
</a>
<?php if ($hostPage->httpCode != 200) { ?>
|
<span class="text-warning">
<small class="text-warning">
<?php echo $hostPage->httpCode ?>
</span>
</small>
<?php } ?>
|
<a href="<?php echo WEBSITE_DOMAIN; ?>/explore.php?hp=<?php echo $hostPage->hostPageId ?>">

4
src/public/search.php

@ -336,9 +336,9 @@ if ($queueTotal = $memory->getByMethodCallback( @@ -336,9 +336,9 @@ if ($queueTotal = $memory->getByMethodCallback(
</a>
<?php if ($hostPage->httpCode != 200) { ?>
|
<span class="text-warning">
<small class="text-warning">
<?php echo $hostPage->httpCode ?>
</span>
</small>
<?php } ?>
|
<a href="<?php echo WEBSITE_DOMAIN; ?>/explore.php?hp=<?php echo $result->id ?>">

Loading…
Cancel
Save