4288: Preformatted blocks broken in web report

svn: r16015
This commit is contained in:
Benny Malengier 2010-10-19 18:30:28 +00:00
parent 3f87bdec6e
commit ca3dba5dd9

View File

@ -119,7 +119,7 @@ def process_spaces(intext, format):
outtext += char
elif state == SPACEHOLD:
if char == " ":
outtext += "  "
outtext += "  "
state = NORMAL
elif char == "<":
outtext += " "+char