Skip to content

Commit 39b51a7

Browse files
ahornaceVladimir Kotal
authored andcommitted
Use label for minisearch's "current directory" checkbox
1 parent 53116f8 commit 39b51a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opengrok-web/src/main/webapp/minisearch.jspf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ org.opengrok.indexer.web.Util"%><%
101101
<li><input type="submit" value="Search" class="submit" /></li><%
102102
Project proj = cfg.getProject();
103103
String[] vals = cfg.getSearchOnlyIn();
104-
%><li><input id="minisearch-path" type="checkbox"
104+
%><li><label><input id="minisearch-path" type="checkbox"
105105
name="<%= QueryParameters.PATH_SEARCH_PARAM %>" value='"<%= vals[0]
106-
%>"' <%= vals[2] %>/> current directory</li>
106+
%>"' <%= vals[2] %>/> current directory</label></li>
107107
</ul><%
108108
if (proj != null) {
109109
%>

0 commit comments

Comments
 (0)