Author: ferdinand
Date: Sun May  6 02:40:18 2007
New Revision: 535590

URL: http://svn.apache.org/viewvc?view=rev&rev=535590
Log:
mere whitespace adjustments

Modified:
    
forrest/branches/forrest_07_branch/main/webapp/skins/common/xslt/html/strip_namespaces.xsl

Modified: 
forrest/branches/forrest_07_branch/main/webapp/skins/common/xslt/html/strip_namespaces.xsl
URL: 
http://svn.apache.org/viewvc/forrest/branches/forrest_07_branch/main/webapp/skins/common/xslt/html/strip_namespaces.xsl?view=diff&rev=535590&r1=535589&r2=535590
==============================================================================
--- 
forrest/branches/forrest_07_branch/main/webapp/skins/common/xslt/html/strip_namespaces.xsl
 (original)
+++ 
forrest/branches/forrest_07_branch/main/webapp/skins/common/xslt/html/strip_namespaces.xsl
 Sun May  6 02:40:18 2007
@@ -16,13 +16,15 @@
   limitations under the License.
 -->
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
+    
   <!-- Fixes FOR-555. This might not be the best solution though, but it sure 
works -->
   <xsl:template match="comment()">
     <xsl:copy>
       <xsl:apply-templates 
select="@*|*|text()|processing-instruction()|comment()"/>
     </xsl:copy>
   </xsl:template>
-    <xsl:template match="*">
+    
+  <xsl:template match="*">
       <!-- remove element prefix (if any) -->
       <xsl:element name="{local-name()}">
         <!-- process attributes -->