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