4288: Preformatted blocks broken in web report

svn: r16014
This commit is contained in:
Benny Malengier 2010-10-19 18:29:52 +00:00
parent 0c17ab1b2f
commit cc43b1856a

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