File: search.patch

package info (click to toggle)
jspwiki 2.0.52-12
  • links: PTS
  • area: contrib
  • in suites: sarge
  • size: 2,328 kB
  • ctags: 1,756
  • sloc: java: 13,848; jsp: 1,171; xml: 233; sh: 123; makefile: 54; perl: 31
file content (11 lines) | stat: -rw-r--r-- 467 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- src/webdocs/Search.jsp      8 May 2003 22:46:21 -0000       1.27
+++ src/webdocs/Search.jsp      23 Nov 2004 20:22:36 -0000      1.28
@@ -49,6 +49,8 @@
                                   list,
                                   PageContext.REQUEST_SCOPE );
 
+        query = TextUtil.replaceEntities( query );
+
         pageContext.setAttribute( "query",
                                   query,
                                   PageContext.REQUEST_SCOPE );