Hi there.
I'm having a really bad TG day today :(
Kid is misbehaving apparently, and escaping \r \t \n characters.
Which lead to these effects:
<SCRIPT TYPE="text/javascript" LANGUAGE="javascript">\n \n
function addtag(){\n t = prompt("please enter tag name:");\n
.....
When the code really looks like:
<script language="javascript" type="text/javascript">
<![CDATA[
function addtag(){
t = prompt("please enter tag name:");
if(t){
window.location="/blog_admin/add_tag?bid=blog.id;tag="+t;
}
}
]]>
</script>
And for each JS file that I include, I get 'invalid charracter' error
in the JS Console.
I am really out of ideas here.
I know this topic was debated before, but it didn't end with any
solution, so I am trying to bump this up.
Anyhow, I am using the latest trunk version of all components.
Thanks in advance,
Eli