diff options
| author | MenTaLguY <mental@rydia.net> | 2006-05-07 05:14:55 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-05-07 05:14:55 +0000 |
| commit | 1ae443f53ef40c3a1f2088dbc3e5ac4aaafed464 (patch) | |
| tree | a2494d03b7256c9aaa957ccc9886d78d52e8df07 /src/xml/repr.h | |
| parent | get the CORRECT Sodipodi namespace in there (diff) | |
| download | inkscape-1ae443f53ef40c3a1f2088dbc3e5ac4aaafed464.tar.gz inkscape-1ae443f53ef40c3a1f2088dbc3e5ac4aaafed464.zip | |
add fixup for incorrect sodipodi namespace
(bzr r759)
Diffstat (limited to 'src/xml/repr.h')
| -rw-r--r-- | src/xml/repr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xml/repr.h b/src/xml/repr.h index b260082d4..7d2f7d474 100644 --- a/src/xml/repr.h +++ b/src/xml/repr.h @@ -22,6 +22,7 @@ #include "xml/sp-css-attr.h" #define SP_SODIPODI_NS_URI "http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" +#define SP_BROKEN_SODIPODI_NS_URI "http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd" #define SP_INKSCAPE_NS_URI "http://www.inkscape.org/namespaces/inkscape" #define SP_XLINK_NS_URI "http://www.w3.org/1999/xlink" #define SP_SVG_NS_URI "http://www.w3.org/2000/svg" |
