[Kimchi-devel] [PATCH 1/3] Add missing closing quote in HTML code

Crístian Viana vianac at linux.vnet.ibm.com
Wed May 14 20:39:39 UTC 2014


There is an HTML attribute value on the page "Edit repository" which is
not surrounded properly by quotes; there is only the opening quote, not
the closing one. That is wrong HTML syntax.

Fix the code by adding the missing closing quote.

Signed-off-by: Crístian Viana <vianac at linux.vnet.ibm.com>
---
 ui/pages/repository-edit.html.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/pages/repository-edit.html.tmpl b/ui/pages/repository-edit.html.tmpl
index cad95e8..fbef4f3 100644
--- a/ui/pages/repository-edit.html.tmpl
+++ b/ui/pages/repository-edit.html.tmpl
@@ -103,7 +103,7 @@
         </div>
         <footer>
             <div class="btn-group">
-                <button type="submit id="repository-edit-button-save" class="btn-normal">
+                <button type="submit" id="repository-edit-button-save" class="btn-normal">
                     <span class="text">$_("Save")</span>
                 </button>
             </div>
-- 
1.9.0




More information about the Kimchi-devel mailing list