File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 126
126
{% for p in page.products %}
127
127
< tr >
128
128
< td >
129
- < a href ="http ://purl.obolibrary.org/obo/{{p.id}} "> {{p.id}}</ a >
129
+ < a href ="https ://purl.obolibrary.org/obo/{{p.id}} "> {{p.id}}</ a >
130
130
</ td >
131
131
< td > {{p.title}}</ td >
132
132
< td >
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ jQuery(document).ready(function() {
239
239
<a class="btn btn-outline-primary" href="${ homepage } " aria-label="Go to the homepage for ${ title } " title="Go to the homepage for ${ title } ">
240
240
<i class="bi-house" aria-hidden="true"></i>
241
241
</a>
242
- <a class="btn btn-outline-primary" href="http ://purl.obolibrary.org/obo/${ id } .owl" aria-label="Download ${ title } in OWL format" title="Download ${ title } in OWL format">
242
+ <a class="btn btn-outline-primary" href="https ://purl.obolibrary.org/obo/${ id } .owl" aria-label="Download ${ title } in OWL format" title="Download ${ title } in OWL format">
243
243
<i class="bi-download" aria-hidden="true"></i>
244
244
</a>
245
245
<a class="btn btn-outline-primary" href="https://www.ontobee.org/ontology/${ id } " aria-label="Browse ${ title } on OntoBee" title="Browse ${ title } on OntoBee">
You can’t perform that action at this time.
0 commit comments