Index: ../xwiki-platform-web/standard/src/main/webapp/templates/javascript.vm =================================================================== --- ../xwiki-platform-web/standard/src/main/webapp/templates/javascript.vm (revision 7933) +++ ../xwiki-platform-web/standard/src/main/webapp/templates/javascript.vm Thu Feb 21 17:57:20 CET 2008 @@ -1,14 +1,14 @@ - - - - - - - + + + + + + + - + #if(($context.action=="inline")||($context.action=="edit") || ($context.action=="admin")) Index: ../xwiki-platform-web/standard/src/main/webapp/templates/stylesheets.vm =================================================================== --- ../xwiki-platform-web/standard/src/main/webapp/templates/stylesheets.vm (revision 7933) +++ ../xwiki-platform-web/standard/src/main/webapp/templates/stylesheets.vm Thu Feb 21 17:56:44 CET 2008 @@ -6,7 +6,7 @@ #set( $defaultStyleURL = $xwiki.getSkinFile($defaultstyle, true) ) #if ( $printss ) - + #end ## The stylesheets configuration option allows to override the alternate stylesheets ## style1.css, style2.css and style3.css @@ -15,7 +15,7 @@ #set ( $stylenb = 1 ) #foreach ( $stylesheet in $xwiki.split($stylesheets, ",") ) #if( !$stylesheet.equalsIgnoreCase($defaultstyle) ) - + #end #set( $stylenb = $stylenb + 1 ) #end