Restore autocomplete filtering to authors form (broken in r783 due to removal of id attribute)

This commit is contained in:
rjy7 2010-07-15 14:40:37 +00:00
parent e63ad478cf
commit 40125e7410

View file

@ -343,7 +343,7 @@ SPARQL queries for existing values. --%>
<c:url var="authorHref" value="/individual">
<c:param name="uri" value="${author.URI}"/>
</c:url>
<span class="authorName">${author.name}</span>
<span id="${author.URI}" class="authorName">${author.name}</span>
</c:when>
<c:otherwise>