From a0ba81c763f2c22e224d4aec6d9e18b6be661cab Mon Sep 17 00:00:00 2001 From: philc Date: Mon, 7 Feb 2011 20:00:04 -0800 Subject: [PATCH 1/2] Fix a bug where each time the editor is loaded, all of its existing content is indented by two spaces. Must've been caused by some markup restructuring. --- lib/gollum/frontend/templates/edit.mustache | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/gollum/frontend/templates/edit.mustache b/lib/gollum/frontend/templates/edit.mustache index 23074b74..014c719a 100644 --- a/lib/gollum/frontend/templates/edit.mustache +++ b/lib/gollum/frontend/templates/edit.mustache @@ -8,9 +8,7 @@ class="action-page-history">Page History -
- {{>editor}} -
+
{{>editor}}