Skip to content
Snippets Groups Projects
Commit dbf9e9b0 authored by André Lahmann's avatar André Lahmann
Browse files

refs #5580:

* removed comments from finc/RecordDriver/SolrAI/link-isn.phtml
parent 77d7cc94
No related merge requests found
<!-- recorddriver - solrai - link-isn -->
<?=$this->url('search-results')?>?join=AND&amp;bool0[]=AND&amp;<? $issns = $this->issns; if (isset($issns)): ?><? foreach ($issns as $issn): ?>lookfor0[]=<?=$this->escapeHtml($issn)?>&amp;type0[]=ISN&amp;<? endforeach; ?><? endif; ?>sort=year&amp;view=list
<!-- recorddriver - solrai - link-isn - END -->
\ No newline at end of file
<?=$this->url('search-results')?>?join=AND&amp;bool0[]=AND&amp;<? $issns = $this->issns; if (isset($issns)): ?><? foreach ($issns as $issn): ?>lookfor0[]=<?=$this->escapeHtml($issn)?>&amp;type0[]=ISN&amp;<? endforeach; ?><? endif; ?>sort=year&amp;view=list
\ No newline at end of file
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