Skip to content
Snippets Groups Projects
Commit 65bd7fa4 authored by Mario Trojan's avatar Mario Trojan Committed by Robert Lange
Browse files

fixed snippet bug in bootstrap3 result-list template (#1390)

parent 7055e48e
No related merge requests found
......@@ -65,7 +65,7 @@
<?php if(!$this->driver->isCollection()): ?>
<?php if ($snippet = $this->driver->getHighlightedSnippet()): ?>
<?php if (!empty($snippet['caption'])): ?>
<strong><?=$this->transEsc($snippet['caption']) ?>:</strong> ';
<strong><?=$this->transEsc($snippet['caption']) ?>:</strong>
<?php endif; ?>
<?php if (!empty($snippet['snippet'])): ?>
<span class="quotestart">&#8220;</span>...<?=$this->highlight($snippet['snippet']) ?>...<span class="quoteend">&#8221;</span><br/>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment