You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2009/01/22 12:49:13 UTC

svn commit: r736613 - /lenya/trunk/src/modules-core/sitemanagement/usecases/tab/head.jx

Author: andreas
Date: Thu Jan 22 03:49:12 2009
New Revision: 736613

URL: http://svn.apache.org/viewvc?rev=736613&view=rev
Log:
Removed unnecessary space in dojo javascript element.

Modified:
    lenya/trunk/src/modules-core/sitemanagement/usecases/tab/head.jx

Modified: lenya/trunk/src/modules-core/sitemanagement/usecases/tab/head.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/sitemanagement/usecases/tab/head.jx?rev=736613&r1=736612&r2=736613&view=diff
==============================================================================
--- lenya/trunk/src/modules-core/sitemanagement/usecases/tab/head.jx (original)
+++ lenya/trunk/src/modules-core/sitemanagement/usecases/tab/head.jx Thu Jan 22 03:49:12 2009
@@ -38,7 +38,7 @@
       djConfig = { isDebug: false, bindEncoding: "UTF-8" };
       URL = "<proxy:url href="${usecase.getParameter('private.sourceUrl')}"/>";
     </script>
-    <script type="text/javascript" src="/modules/menubar/dojo/dojo.js">&#160;</script>
+    <script type="text/javascript" src="/modules/menubar/dojo/dojo.js"/>
     <script src="/modules/sitemanagement/javascript/metadata.js"/>
   </page:head>
 </jx:template>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org