Search found 1 match

by Flag
Wed Jan 14, 2015 7:28 am
Forum: Tips and Tricks
Topic: "<" in javascript section in masterpage leads to error
Replies: 4
Views: 4064

Re: "<" in javascript section in masterpage leads to error

Hi,

I'm running in the same bug.
Does anyone know what i-tietz meant by this comment tag thing?

EDIT:
Ok, I found what's going on...
Use

Code: Select all

<script type="text/javascript">/*<![CDATA[*/
//your code
/*]]>*/</script> 
Or use the Insert > script menu and paste your code.