4288: Preformatted blocks broken in web report
svn: r16015
This commit is contained in:
		@@ -119,7 +119,7 @@ def process_spaces(intext, format):
 | 
			
		||||
                outtext += char
 | 
			
		||||
            elif state == SPACEHOLD:
 | 
			
		||||
                if char == " ":
 | 
			
		||||
                    outtext += "  "
 | 
			
		||||
                    outtext += "  "
 | 
			
		||||
                    state = NORMAL
 | 
			
		||||
                elif char == "<":
 | 
			
		||||
                    outtext += " "+char
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user