Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.0.12 EE, 7.0.0 M3
-
6.2.x, 6.1.x, 6.0.x
-
Committed
-
10
-
4
Description
STEPS TO REPRODUCE
1.- Modify a theme to include this line to place the search portlet:
$theme.search()
2.- Refresh the page
3.- Get the HTML source from the browser
ACTUAL RESULT
<form action="http://localhost:8080/web/guest/home?p_p_id=3&p_p_lifecycle=0&p_p_state=maximized&p_p_mode=view&_3_struts_action=%2Fsearch%2Fsearch&_3_redirect=%2Fweb%2Fguest%3Fstrip%3D0" method="get" name="fphf_null_null_3_fm" onSubmit="fphf_null_null_3_search(); return false;">
The & character is not escpaed, making the W3C validation to fail
EXPECTED RESULT
The & should be generated as
&