Hey there,
So I am generating dynamic javacscript code as follows.
There is a "scripts.html" template with code like:
<script type="text/javascript">alert("hi");</script>
When I render this template I get
<script type="text/javascript">alert("hi");</script>alert("hi");</
script>
Any idea why this could be happening?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.