mirror of
https://github.com/YGGverse/Yo.git
synced 2025-01-29 16:04:20 +00:00
fix line separator
This commit is contained in:
parent
ca016f2646
commit
be0cfb21fb
@ -483,9 +483,8 @@ $results = $query->offset($p * $config->webui->pagination->limit - $config->webu
|
||||
<div>
|
||||
<?php if (!empty($result->getHighlight()['url'])) { ?>
|
||||
<?php foreach ($result->getHighlight()['url'] as $url) { ?>
|
||||
<p>
|
||||
<a href="<?php echo $result->url ?>"><?php echo urldecode($url) ?></a>
|
||||
</p>
|
||||
<br />
|
||||
<a href="<?php echo $result->url ?>"><?php echo urldecode($url) ?></a>
|
||||
<?php } ?>
|
||||
<?php } else if (!empty($result->title)) { ?>
|
||||
<a href="<?php echo $result->url ?>"><?php echo htmlentities(urldecode($result->url)) ?></a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user