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

Sheldon shaohef at linux.vnet.ibm.com
Mon May 26 13:55:41 UTC 2014


Reviewed-by: ShaoHe Feng <shaohef at linux.vnet.ibm.com>

On 05/15/2014 04:39 AM, Crístian Viana wrote:
> 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>


-- 
Thanks and best regards!

Sheldon Feng(冯少合)<shaohef at linux.vnet.ibm.com>
IBM Linux Technology Center




More information about the Kimchi-devel mailing list