Fix #2034372 - Resorting in JSPUI gives no results

git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@3027 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Graham Triggs
2008-08-01 05:31:18 +00:00
parent 810b2dc5cc
commit a55003b268

View File

@@ -217,7 +217,7 @@ else
<form method="get" action="<%= request.getContextPath() + searchScope + "/simple-search" %>">
<table border="0">
<tr><td>
<input type="hidden" name="query" value="<%= query %>" />
<input type="hidden" name="query" value="<%= URLEncoder.encode(query,"UTF-8") %>" />
<fmt:message key="search.results.perpage"/>
<select name="rpp">
<%