From dec3e3d5ba2ef9a68e574b1e42416a8bd9936e67 Mon Sep 17 00:00:00 2001
From: Marius Cramer <m.cramer@pixcept.de>
Date: Thu, 08 Jan 2015 03:58:33 -0500
Subject: [PATCH] - Layout fixes

---
 interface/web/help/templates/faq_edit.htm |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/interface/web/help/templates/faq_edit.htm b/interface/web/help/templates/faq_edit.htm
index a241d25..7b79bd1 100644
--- a/interface/web/help/templates/faq_edit.htm
+++ b/interface/web/help/templates/faq_edit.htm
@@ -8,8 +8,7 @@
             </div></div>
             <div class="form-group">
                 <label for="hf_question" class="col-sm-3 control-label">{tmpl_var name='faq_question_txt'}</label>
-                <div class="col-sm-9"><input type="text" name="hf_question" id="hf_question" value="{tmpl_var name='hf_question'}" class="form-control" />
-            </div></div>
+                <div class="col-sm-9"><input type="text" name="hf_question" id="hf_question" value="{tmpl_var name='hf_question'}" class="form-control" /></div></div>
             <div class="form-group">
                 <label for="hf_answer" class="col-sm-3 control-label">{tmpl_var name='faq_answer_txt'}</label>
                 <div class="col-sm-9"><textarea class="form-control" name="hf_answer" id="hf_answer" rows='10' cols='30'>{tmpl_var name='hf_answer'}</textarea></div>

--
Gitblit v1.9.1