Skip to content

Commit

Permalink
fix id reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hans2103 committed Sep 6, 2020
1 parent 03cac53 commit 95adf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_finder/tmpl/search/default_results.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<?php endif; ?>
<?php // Display a list of results ?>
<br id="highlighter-start" />
<ol id="search-results-list" class="com-finder__results-list" start="<?php echo (int) $this->pagination->limitstart + 1; ?>">
<ol id="search-result-list" class="com-finder__results-list" start="<?php echo (int) $this->pagination->limitstart + 1; ?>">
<?php $this->baseUrl = Uri::getInstance()->toString(array('scheme', 'host', 'port')); ?>
<?php foreach ($this->results as $i => $result) : ?>
<?php $this->result = &$result; ?>
Expand Down

0 comments on commit 95adf9c

Please sign in to comment.