File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 126126 {% for p in page.products %}
127127 < tr >
128128 < 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 >
130130 </ td >
131131 < td > {{p.title}}</ td >
132132 < td >
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ jQuery(document).ready(function() {
239239 <a class="btn btn-outline-primary" href="${ homepage } " aria-label="Go to the homepage for ${ title } " title="Go to the homepage for ${ title } ">
240240 <i class="bi-house" aria-hidden="true"></i>
241241 </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">
243243 <i class="bi-download" aria-hidden="true"></i>
244244 </a>
245245 <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