Skip to content

Commit 46b5e1b

Browse files
author
Vladimir Kotal
authored
Merge pull request #1250 from tulinkry/search
fixing search action to the search servlet
2 parents d05b462 + 08332fc commit 46b5e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/menu.jspf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ org.opensolaris.opengrok.web.Util"
7777
</script><%
7878
}
7979
%>
80-
<form action="search" id="sbox">
80+
<form action="<%= request.getContextPath() %>/search" id="sbox">
8181
<div id="qtbl">
8282
<table>
8383
<tr>

0 commit comments

Comments
 (0)