[TYPO3-mvc] HTML Entities
Felix Eggbert
eggbert at phez.com
Wed Mar 9 00:27:04 CET 2011
Hi,
ok I see...how can I avoid the conversion in single cases? I am trying to
include the google maps api which is called through
<script type="text/javascript"
src="http://maps.google.com/maps/api/js?v=3.3&sensor=false"></script>
The problem here is the once again the ampersand. I tried including this
line inside a fluid template as well as by using addadditionalheaderdata
within a controller action. In both cases the line is rendered
<script type="text/javascript"
src="http://maps.google.com/maps/api/js?v=3.3&sensor=false"></script>
This makes google return an error because they do not recognize the "sensor"
parameter due to the &...
I've set config.xhtml_cleaning = all.
Any help appreciated!
Thanks and best regards!
Felix
-----Ursprüngliche Nachricht-----
Von: typo3-project-typo3v4mvc-bounces at lists.typo3.org
[mailto:typo3-project-typo3v4mvc-bounces at lists.typo3.org] Im Auftrag von
Sebastian Kurfürst
Gesendet: Mittwoch, 2. Februar 2011 05:54
An: typo3-project-typo3v4mvc at lists.typo3.org
Betreff: Re: [TYPO3-mvc] HTML Entities
Hey,
you are right, we are using htmlspecialchars... However, you do not have to
use ä etc anymore if you use the correct encoding in your pages.
Greets,
Sebastian
_______________________________________________
TYPO3-project-typo3v4mvc mailing list
TYPO3-project-typo3v4mvc at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc
More information about the TYPO3-project-typo3v4mvc
mailing list