Orca template bug

Recently my orca went haywire and I couldn't figure it out.  In the end it was due to a javascript comment I placed in the _footer.html file.  Here is the javascript in question:

<script type="text/javascript">
//<![CDATA[
var siteID = 1;
var keyElement = 'kvalue';
//]]>
</script>

It seems the orca template was attempting to parse the commented out CDATA tag and that is why it threw an exception.  I'm posting here to get boonex input on whether this would be classified as an orca bug or not.  I don't see why the template would try to parse commented out data as valid data.

Quote · 23 Mar 2010

I also had this issue in D6 orca as I installed some third party script that had the same CDATA comments.  It actually caused a memory leak and I just took out the CDATA comments to solve the issue.

 

I believe this is absolutely a bug.

Taking Dolphin and Making Profitable Websites Since 2009 :)
Quote · 12 Aug 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.