Description:
fixed extra space in pre tag on problem discriptions
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r240:01801dd237cd - - 1 file changed: 1 inserted, 1 deleted

@@ -14,7 +14,7
14 .problem-description
14 .problem-description
15 - if problem.description!=nil
15 - if problem.description!=nil
16 - if problem.description.markdowned
16 - if problem.description.markdowned
17 - = markdown(problem.description.body)
17 + ~ markdown(problem.description.body)
18 - else
18 - else
19 = problem.description.body
19 = problem.description.body
20 - else
20 - else
You need to be logged in to leave comments. Login now