svn commit: r1226072 - /ofbiz/trunk/framework/common/webcommon/includes/lookup.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1226072 - /ofbiz/trunk/framework/common/webcommon/includes/lookup.ftl

jleroux@apache.org
Author: jleroux
Date: Sat Dec 31 11:42:49 2011
New Revision: 1226072

URL: http://svn.apache.org/viewvc?rev=1226072&view=rev
Log:
A small comment to better understand the reason of the trick

Modified:
    ofbiz/trunk/framework/common/webcommon/includes/lookup.ftl

Modified: ofbiz/trunk/framework/common/webcommon/includes/lookup.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/includes/lookup.ftl?rev=1226072&r1=1226071&r2=1226072&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/includes/lookup.ftl (original)
+++ ofbiz/trunk/framework/common/webcommon/includes/lookup.ftl Sat Dec 31 11:42:49 2011
@@ -27,6 +27,7 @@ under the License.
 <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
     <title>${title?if_exists}</title>
+    <#-- the trick "<scr" + "ipt below is because browsers should not parse the contents of CDATA elements, but apparently they do. -->
     <script language="JavaScript" type="text/javascript">//<![CDATA[
     var jQueryLibLoaded = false;
     function initJQuery() {