mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
remove line separator
This commit is contained in:
parent
be0cfb21fb
commit
8ee053e4a6
1 changed files with 0 additions and 1 deletions
|
|
@ -483,7 +483,6 @@ $results = $query->offset($p * $config->webui->pagination->limit - $config->webu
|
|||
<div>
|
||||
<?php if (!empty($result->getHighlight()['url'])) { ?>
|
||||
<?php foreach ($result->getHighlight()['url'] as $url) { ?>
|
||||
<br />
|
||||
<a href="<?php echo $result->url ?>"><?php echo urldecode($url) ?></a>
|
||||
<?php } ?>
|
||||
<?php } else if (!empty($result->title)) { ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue