Skip to content

Commit

Permalink
[JENKINS-13105] for keyboard shortcuts plugin, allow j/k navigation f…
Browse files Browse the repository at this point in the history
…or search results
  • Loading branch information
jieryn committed Apr 4, 2012
1 parent 22e8e1f commit 5a0f1aa
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 5a0f1aa

Please sign in to comment.