Skip to content

Commit

Permalink
add double quotes to creatibutor and interpole value of it
Browse files Browse the repository at this point in the history
  • Loading branch information
ines-cruz committed May 27, 2021
1 parent c75d99c commit b15a781
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{% if show_affiliations and creatibutor.affiliations %}
data-content="{{ creatibutor.affiliations|join('; ', attribute='1') }}"
{% endif %}
href="{{ url_for('invenio_search_ui.search', q='metadata.creators.person_or_org.name:') }}{{ creatibutor.person_or_org.name}}">
href="{{url_for('invenio_search_ui.search', q='metadata.creators.person_or_org.name:"' + creatibutor.person_or_org.name + '"')}}">
{{ creatibutor.person_or_org.name }}
</a>
<sup class="font-tiny">
Expand Down

0 comments on commit b15a781

Please sign in to comment.