Skip to content

Commit

Permalink
Fix regression in Z3988 output
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Sep 30, 2020
1 parent 9338ebd commit b5f6e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/catalog/_show_main_content.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// This document_partial_name(@document) business is not quite right,
// but has been there for a while.
-->
<span class="Z3988" title="<%= @document.export_as_openurl_ctx_kev(@view_context.document_partial_name(@document)) %>"></span>
<span class="Z3988" title="<%= @document.export_as_openurl_ctx_kev(document_partial_name(@document)) %>"></span>
<% end %>
<% end %>
Expand Down

0 comments on commit b5f6e75

Please sign in to comment.