Skip to content

Commit

Permalink
Merge pull request #425 from jieryn/JENKINS-13105
Browse files Browse the repository at this point in the history
[JENKINS-13105] for keyboard shortcuts plugin, allow j/k navigation for search results
  • Loading branch information
olamy committed Apr 14, 2012
2 parents f0130bf + 5a0f1aa commit 8fac8d2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -42,7 +42,7 @@ THE SOFTWARE.
<j:otherwise>
<ol>
<j:forEach var="i" items="${items}">
<li>
<li id="item_${i.path}">
<a href="?q=${i.path}">${i.path}</a>
</li>
</j:forEach>
Expand All @@ -51,4 +51,4 @@ THE SOFTWARE.
</j:choose>
</l:main-panel>
</l:layout>
</j:jelly>
</j:jelly>

0 comments on commit 8fac8d2

Please sign in to comment.