You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2007/06/12 17:54:25 UTC

svn commit: r546542 - /activemq/trunk/activemq-web-console/src/main/webapp/decorators/main.jsp

Author: jstrachan
Date: Tue Jun 12 08:54:25 2007
New Revision: 546542

URL: http://svn.apache.org/viewvc?view=rev&rev=546542
Log:
applied patch for AMQ-1245 with thanks

Modified:
    activemq/trunk/activemq-web-console/src/main/webapp/decorators/main.jsp

Modified: activemq/trunk/activemq-web-console/src/main/webapp/decorators/main.jsp
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/src/main/webapp/decorators/main.jsp?view=diff&rev=546542&r1=546541&r2=546542
==============================================================================
--- activemq/trunk/activemq-web-console/src/main/webapp/decorators/main.jsp (original)
+++ activemq/trunk/activemq-web-console/src/main/webapp/decorators/main.jsp Tue Jun 12 08:54:25 2007
@@ -26,9 +26,9 @@
         @import url(<c:url value="/styles/site.css"/>);
     </style>
     <c:if test="${!disableJavaScript}">
-	    <script type='text/javascript' src='<c:url value="/js/common.js"/>'/>
-	    <script type='text/javascript' src='<c:url value="/js/css.js"/>'/>
-	    <script type='text/javascript' src='<c:url value="/js/standardista-table-sorting.js"/>'/>
+	    <script type='text/javascript' src='<c:url value="/js/common.js"/>'></script>
+	    <script type='text/javascript' src='<c:url value="/js/css.js"/>'></script>
+	    <script type='text/javascript' src='<c:url value="/js/standardista-table-sorting.js"/>'></script>
     </c:if>
 
 	<decorator:head />