Skip to content
Snippets Groups Projects
Commit 4bf6c0b3 authored by Demian Katz's avatar Demian Katz
Browse files

Corrected template error.

parent 931fd0bd
No related merge requests found
......@@ -19,7 +19,7 @@
?>
if ($openUrlActive || !empty($urls)): ?>
<? if ($openUrlActive): ?>
<?=$this->openUrl($openUrl)?><br />
<?=$openUrl->renderTemplate()?><br />
<? endif; ?>
<? if (!is_array($urls)) $urls = array(); foreach ($urls as $current): ?>
<a href="<?=$this->escapeHtmlAttr($this->proxyUrl($current['url']))?>" class="fulltext" target="new"><?=($current['url'] == $current['desc']) ? $this->transEsc('Get full text') : $this->escapeHtml($current['desc'])?></a>
......
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