You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ct...@apache.org on 2009/04/30 01:24:01 UTC

svn commit: r769997 - /continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp

Author: ctan
Date: Wed Apr 29 23:24:01 2009
New Revision: 769997

URL: http://svn.apache.org/viewvc?rev=769997&view=rev
Log:
[CONTINUUM-2211] revert removal of <s:head/> from decorators/default.jsp
merge -r 769995:769996 from 1.3.x branch

Modified:
    continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp

Modified: continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp?rev=769997&r1=769996&r2=769997&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp (original)
+++ continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/decorators/default.jsp Wed Apr 29 23:24:01 2009
@@ -32,6 +32,7 @@
   <link rel="stylesheet" type="text/css" href="<s:url value="/css/extremecomponents.css" includeParams="none"/>" media="screen"/>
   <link rel="shortcut icon" href="<s:url value="/favicon.ico" includeParams="none"/>" type="image/x-icon"/>
   <script type="text/javascript" src="<s:url value="/js/prototype.js" includeParams="none"/>"></script>
+  <s:head/>
   <decorator:head/>
 </head>