From d9018658b7b4b1592c675a06f97762c60f9c887e Mon Sep 17 00:00:00 2001 From: Ibrahim Awwal Date: Thu, 13 Sep 2012 00:13:34 -0700 Subject: [PATCH] Remove whitespace around post body in edit template. Extra spaces actually get added to a post when activating a WMD editor which can get saved into the post if you click update. --- lms/templates/discussion/_underscore_templates.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lms/templates/discussion/_underscore_templates.html b/lms/templates/discussion/_underscore_templates.html index 084ac1061b..e913852798 100644 --- a/lms/templates/discussion/_underscore_templates.html +++ b/lms/templates/discussion/_underscore_templates.html @@ -61,9 +61,7 @@ "}" placeholder="Title">
-
- ${"<%- body %>"} -
+
${"<%- body %>"}
"}">