Restore autocomplete filtering to authors form (broken in r783 due to removal of id attribute)
This commit is contained in:
parent
e63ad478cf
commit
40125e7410
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ SPARQL queries for existing values. --%>
|
||||||
<c:url var="authorHref" value="/individual">
|
<c:url var="authorHref" value="/individual">
|
||||||
<c:param name="uri" value="${author.URI}"/>
|
<c:param name="uri" value="${author.URI}"/>
|
||||||
</c:url>
|
</c:url>
|
||||||
<span class="authorName">${author.name}</span>
|
<span id="${author.URI}" class="authorName">${author.name}</span>
|
||||||
</c:when>
|
</c:when>
|
||||||
|
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue