improve security on isni url
This commit is contained in:
parent
9ca18d9cd4
commit
03c59f2431
|
@ -63,7 +63,7 @@
|
||||||
{{ isni_match.name }}
|
{{ isni_match.name }}
|
||||||
</label>
|
</label>
|
||||||
<p class="help ml-5 mb-2">
|
<p class="help ml-5 mb-2">
|
||||||
<a href="{{ isni_match.uri }}" target="_blank">{{ isni_match.bio }}</a>
|
<a href="{{ isni_match.uri }}" target="_blank" rel="noopener noreferrer">{{ isni_match.bio }}</a>
|
||||||
</p>
|
</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue