Hi,
I’m using a standard (it’s a new standard, but is already pretty common) method of calling a remote version of jQuery, and then calling a local file if the remote version fails for some reason. The code looks like this:
<!-- Grab Google CDN's jQuery. fall back to local if necessary -->
[removed][removed]
[removed]window.jQuery || [removed]("[removed]\x3C/script>")[removed]When I put this into an ExpressionEngine template (or Snippet, or Global Variable), the system spits that third line (the local fallback) out as plain text. After some testing, it appears that EE is balking at the [removed] statement.
This is my first time using EE 2.2.1, and I’m certain I’ve used this technique prior to now (having just checked I can say for certain I used it in version 2.1.0).
Is this a bug?