Skip to content

Commit

Permalink
SAK-40968: Bad structure in Search velocity
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusmmp authored and Miguel Pellicer committed Nov 26, 2018
1 parent f2534ee commit d3ed3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rwiki/rwiki-tool/tool/src/webapp/WEB-INF/vm/search.vm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<label for="searchField">${rlb.jsp_search}:</label>
<input type="hidden" name="action" value="${util.escapeHtml($requestScope.searchTarget)}" />
<input type="hidden" name="panel" value="Main" />
<input type="text" name="search" />
<input type="text" id="searchField" name="search" />
</li>
</ul>
</form>
Expand Down

0 comments on commit d3ed3aa

Please sign in to comment.