Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
3.1.0
-
None
Description
Error in the ftl and jsp for googlemaps. When a key is available it is given as a request parameter in this way:
?key=<key>&callback=<callback>
The & must be replaced with
&
to be valid html that can be parsed correctly by the HeadContributionTag.
Error shown: [Fatal Error] :1:129: The reference to entity "callback" must end with the ';' delimiter.