fix status code container #10

This commit is contained in:
ghost 2023-10-25 18:40:13 +03:00
parent 400233bfe6
commit 91dcf2d2e9
2 changed files with 4 additions and 4 deletions

View File

@ -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 ?>">

View File

@ -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 ?>">