From e76da58f48aa063b005d242f3e3f772f0a4124d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Wed, 5 Feb 2014 22:19:53 +0000 Subject: [PATCH] improve output by trimming spaces from
 and 
 output. - strip the initial empty lines, but keep initial indentation - strip
 trailing whitespace completely.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1564956 13f79535-47bb-0310-9956-ffa450edef68
---
 docs/manual/style/xsl/common.xsl | 137 ++++++++++++++++++++++++++++++-
 1 file changed, 134 insertions(+), 3 deletions(-)

diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl
index d68f7f92da..f56b0c30ae 100644
--- a/docs/manual/style/xsl/common.xsl
+++ b/docs/manual/style/xsl/common.xsl
@@ -604,13 +604,144 @@ if (typeof(prettyPrint) !== 'undefined') {
 
 
 
+
+
+
+
+
+
+
+  
+
+
+  
+
+
+  
+
+  
+    
+  
+  
+    
+  
+
+
+
+
+
+
+
+
+
+    
+        
+    
+
+
+
+
+    
+
+
+    
+
+
+
+
+
+
+
+
+
+    
+        
+    
+
+
+
+    
+
+
+
+
+
+
+
+
+
+
+
+    
+        
+            
+                
+            
+        
+    
+
+
+
+
+    
+        
+        
+            
+        
+        
+            
+        
+        
+    
+    
+        
+        
+            
+        
+        
+            
+        
+        
+    
+
+    
+        
+            
+        
+    
+
+    
+
+    
+        
+            
+        
+    
+
+
+
+
+
 
 
 
 
 
-    
-    
+    
 
&lf;
@@ -1203,7 +1334,7 @@ if (typeof(prettyPrint) !== 'undefined') {
-
+
-- 2.50.1