[Kimchi-devel] [PATCH] [Kimchi] Fixed Clone Guest modal window

sguimaraes943 at gmail.com sguimaraes943 at gmail.com
Wed May 25 17:52:45 UTC 2016


From: Samuel Guimarães <sguimaraes943 at gmail.com>

Fixed a minor issue with a <div> tag not closed in Clone Guest modal window.

Signed-off-by: Samuel Guimarães <sguimaraes943 at gmail.com>
---
 ui/pages/guest-clone.html.tmpl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/pages/guest-clone.html.tmpl b/ui/pages/guest-clone.html.tmpl
index 25907fa..5932c1e 100644
--- a/ui/pages/guest-clone.html.tmpl
+++ b/ui/pages/guest-clone.html.tmpl
@@ -35,6 +35,7 @@
                 <label for="numberClone">$_("Number of times to clone")</label>
                 <input type="number" class="form-control" id="numberClone" min="1" />
             </div>
+        </div>
         <div class="modal-footer">
             <button type="submit" id="cloneFormOk" class="btn btn-default">$_("Continue")</button>
             <button type="button" id="cloneFormCancel" data-dismiss="modal" class="btn btn-default">$_("Cancel")</button>
-- 
1.9.3




More information about the Kimchi-devel mailing list