You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by sm...@apache.org on 2007/10/26 02:01:12 UTC

svn commit: r588418 - /portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/WEB-INF/assembly/headtag.xml

Author: smilek
Date: Thu Oct 25 17:01:12 2007
New Revision: 588418

URL: http://svn.apache.org/viewvc?rev=588418&view=rev
Log:
commented out header.basetag entry - this prevents <base> tag from being inserted in page content

Modified:
    portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/WEB-INF/assembly/headtag.xml

Modified: portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/WEB-INF/assembly/headtag.xml
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/WEB-INF/assembly/headtag.xml?rev=588418&r1=588417&r2=588418&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/WEB-INF/assembly/headtag.xml (original)
+++ portals/jetspeed-2/branches/JETSPEED-2.1.3/src/webapp/WEB-INF/assembly/headtag.xml Thu Oct 25 17:01:12 2007
@@ -43,7 +43,7 @@
                         <value>header.dojo.writeincludes</value>         <!-- generated dojo.hostenv.writeIncludes() statement -->
                         <value>header.dojo.modules.namespace</value>     <!-- dojo.registerNamespace statements -->
                         <value>header.dojo.style.bodyexpand</value>      <!-- css for body 100% height/width (for some dojo widgets) -->
-                        <value>header.basetag</value>                    <!-- generated <base href=".../jetspeed/"> -->
+                        <!-- <value>header.basetag</value> -->                    <!-- generated <base href=".../jetspeed/"> -->
                         <value>header.desktop.style.layout</value>       <!-- generated <link href=".../styles.css"> for layout decoration -->
                         <value>header.desktop.init</value>               <!-- generated desktop startup javascript -->
                     </list>
@@ -153,7 +153,7 @@
                 </entry>
                 <entry key="window.icon.path">
                     <!-- path to window icons -->
-                    <value>/images/portlets/small/</value> <!-- /javascript/jetspeed/windowicons/ -->
+                    <value>/images/portlets/small</value>
                 </entry>
 
                 <!-- page actions -->



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org