well, I was rushing to blame Kid on this.
I think something is wrong with my Ubuntu.
every site I get into gets the same javascript error :(
this is extremely weird.
something with my libxml maybe? no idea ;(


reflog wrote:
> 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

Reply via email to