Revision 3000
Added by Duane Costa over 18 years ago
lib/style/skins/default/advancedsearchresults.jsp | ||
---|---|---|
34 | 34 |
String advancedSearchResults = (String) request.getAttribute("result"); |
35 | 35 |
%> |
36 | 36 |
|
37 |
<html> |
|
38 |
|
|
39 |
<head> |
|
40 |
<title>Search Results</title> |
|
41 |
</head> |
|
42 |
|
|
43 |
<body> |
|
44 | 37 |
<%= advancedSearchResults %> |
45 |
</body> |
|
46 |
|
|
47 |
</html> |
Also available in: Unified diff
Omit the html, head, title, and body tags from the advanced search results jsp. These tags are generated in the resultset.xml stylesheet, so they are redundant here.