mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
fix line separator
This commit is contained in:
parent
ca016f2646
commit
be0cfb21fb
1 changed files with 2 additions and 3 deletions
|
|
@ -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>
|
||||
<br />
|
||||
<a href="<?php echo $result->url ?>"><?php echo urldecode($url) ?></a>
|
||||
</p>
|
||||
<?php } ?>
|
||||
<?php } else if (!empty($result->title)) { ?>
|
||||
<a href="<?php echo $result->url ?>"><?php echo htmlentities(urldecode($result->url)) ?></a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue