View | Details | Raw Unified | Return to bug 23132
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/facets.inc (-2 / +1 lines)
Lines 49-55 Link Here
49
  [% END %]
49
  [% END %]
50
  [% IF ( facets_loo.expandable ) %]
50
  [% IF ( facets_loo.expandable ) %]
51
      <li class="showmore">
51
      <li class="showmore">
52
          <a href="[% url | url %][% IF offset %]&amp;offset=[% offset | uri %][% END %]&amp;expand=[% facets_loo.expand | uri %]#[% facets_loo.type_id | uri %]">Show more</a>
52
          <a href="[% url | $raw %][% IF offset %]&amp;offset=[% offset | uri %][% END %]&amp;expand=[% facets_loo.expand | uri %]#[% facets_loo.type_id | uri %]">Show more</a>
53
      </li>
53
      </li>
54
  [% END %]
54
  [% END %]
55
</ul></li>
55
</ul></li>
56
- 

Return to bug 23132