# HG changeset patch # User Jittat Fakcharoenphol # Date 2010-01-29 04:56:42 # Node ID 01801dd237cd191ef57ac1cf4011202028fc6ea8 # Parent b65b6924abe8c079d8875de8e6d2f2817acbcca3 fixed extra space in pre tag on problem discriptions diff --git a/app/views/main/_problem.html.haml b/app/views/main/_problem.html.haml --- a/app/views/main/_problem.html.haml +++ b/app/views/main/_problem.html.haml @@ -14,7 +14,7 @@ .problem-description - if problem.description!=nil - if problem.description.markdowned - = markdown(problem.description.body) + ~ markdown(problem.description.body) - else = problem.description.body - else