EDIT: For future reference, I\'m using non-xhtml content type definition
I\'m creating a website using Django, and I\'m trying to embed ar
I tried backslash escaping the forward slash and that seems to work:
have you tried that?
On a side note, I am surprised that the embedded tag in a string breaks the javascript. Couldn't believe it at first but tested in Chrome and Firefox.