gnucash maint: Remove unwanted space from xmlns sodipodi URI.

Frank H.Ellenberger fell at code.gnucash.org
Mon Mar 9 03:30:22 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/0654cb5a (commit)
	from  https://github.com/Gnucash/gnucash/commit/9e35aea5 (commit)



commit 0654cb5a27c6615356a896b8ed1f845128028421
Author: shastry <vinayshastry at gmail.com>
Date:   Mon Mar 9 09:42:06 2020 +0530

    Remove unwanted space from xmlns sodipodi URI.
    
    SVG icon doesn't open with latest librsvg (2.48) due to bad URI.
    XML parse error: error code=99 (3) in (null):10:72: xmlns:sodipodi: 'http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd' is not a valid URI

diff --git a/data/pixmaps/hicolor/scalable/apps/gnucash-icon.svg b/data/pixmaps/hicolor/scalable/apps/gnucash-icon.svg
index 9d590cb2f..19f17ed97 100644
--- a/data/pixmaps/hicolor/scalable/apps/gnucash-icon.svg
+++ b/data/pixmaps/hicolor/scalable/apps/gnucash-icon.svg
@@ -7,7 +7,7 @@
    xmlns:svg="http://www.w3.org/2000/svg"
    xmlns="http://www.w3.org/2000/svg"
    xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd"
+   xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
    width="48px"
    height="48px"



Summary of changes:
 data/pixmaps/hicolor/scalable/apps/gnucash-icon.svg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list