add line separator

This commit is contained in:
ghost 2023-05-09 16:34:33 +03:00
parent c13842b6c0
commit 12c33d8ed6

View File

@ -441,6 +441,7 @@ if (!empty($q)) {
<a href="<?php echo $hostImageURL ?>"> <a href="<?php echo $hostImageURL ?>">
<img src="<?php echo $hostImageURLencoded ?>" alt="<?php echo htmlentities($hostImageURL) ?>" title="<?php echo htmlentities($hostImageURL) ?>" class="image" /> <img src="<?php echo $hostImageURLencoded ?>" alt="<?php echo htmlentities($hostImageURL) ?>" title="<?php echo htmlentities($hostImageURL) ?>" class="image" />
</a> </a>
<br />
<?php $hostImageHostPagesTotal = $db->getHostImageHostPagesTotal($result->id) ?> <?php $hostImageHostPagesTotal = $db->getHostImageHostPagesTotal($result->id) ?>
<?php foreach ((array) $db->getHostImageHostPages($result->id, WEBSITE_SEARCH_IMAGE_RELATED_PAGE_RESULTS_LIMIT) as $hostPage) { ?> <?php foreach ((array) $db->getHostImageHostPages($result->id, WEBSITE_SEARCH_IMAGE_RELATED_PAGE_RESULTS_LIMIT) as $hostPage) { ?>
<?php if ($hostPage = $db->getFoundHostPage($hostPage->hostPageId)) { ?> <?php if ($hostPage = $db->getFoundHostPage($hostPage->hostPageId)) { ?>