removed a superfluous <h4> tag to fix the Ontology List link
This commit is contained in:
parent
e3fe0ac52b
commit
aa9be9469c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
<ul role="navigation">
|
||||
<li role="listitem">
|
||||
<a href="${ontologyEditor.urls.ontologies}" title="${i18n().ontology_list}"></a>${i18n().ontology_list}</h4>
|
||||
<a href="${ontologyEditor.urls.ontologies}" title="${i18n().ontology_list}">${i18n().ontology_list}</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue