From: Puneeth Chaganti Date: Sat, 21 May 2016 07:02:46 +0000 (+0300) Subject: * lisp/svg.el (svg-create): Fix a typo: xmlsn -> xmlns. (Bug#23589) X-Git-Tag: emacs-26.0.90~1922 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=edb4af7a1d1e8e0ab67b2dedad0ca0380e6866d4;p=emacs.git * lisp/svg.el (svg-create): Fix a typo: xmlsn -> xmlns. (Bug#23589) --- diff --git a/lisp/svg.el b/lisp/svg.el index 0b45c5cc0e9..c4f3270ea8a 100644 --- a/lisp/svg.el +++ b/lisp/svg.el @@ -36,7 +36,7 @@ any further elements added." `((width . ,width) (height . ,height) (version . "1.1") - (xmlsn . "http://www.w3.org/2000/svg") + (xmlns . "http://www.w3.org/2000/svg") ,@(svg--arguments nil args)))) (defun svg-gradient (svg id type stops)