Introduced a tiny bug in commit
a1b1962 that made authority reference
links not work.
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
IF h.target %]
<li><span class="browse-result-authority-field-name">[% field.name %]</span>
- <a href="[% mkurl(ctx.opac_root _ '/results', {query => 'identifier|authority_id[' _ target_auth_id _ ']'}) %]">[% h.heading | html %]</a>
+ <a href="[% mkurl(ctx.opac_root _ '/results', {query => 'identifier|authority_id[' _ h.target _ ']'}) %]">[% h.heading | html %]</a>
<span class="browse-result-authority-bib-links">([% h.target_count %])</span>
</li>
[% END %]