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