Question
javascript formatting issue
- April 6, 2011
- 2 replies
- 677 views
Does anyone know if there is a setting in RH8 HTML to format the scripts correctly? Having to update the format each time the library is published will be a pain.
<script type="text/javascript" language="JavaScript1.2">//<![CDATA[
if( typeof( TextPopupInit ) != 'function' ) TextPopupInit = new Function();
TextPopupInit('a2','POPUP380679909');
//]]>
</script>
instead of:
<script type="text/javascript" language="JavaScript1.2">//<![CDATA[
if( typeof( TextPopupInit ) != 'function' ) TextPopupInit = new Function();
TextPopupInit('a2','POPUP380679909');
//]]></script>
