diff options
| author | Jon Phillips <jon@fabricatorz.com> | 2007-08-14 07:22:11 +0000 |
|---|---|---|
| committer | kidproto <kidproto@users.sourceforge.net> | 2007-08-14 07:22:11 +0000 |
| commit | 3747e59f8cf5d93ee18cf4e0c9fd518ed09361fd (patch) | |
| tree | 631363f14eef7559b11ecd0cf44b11979a4b2803 /src/xml/repr.h | |
| parent | Filter effects dialog: (diff) | |
| download | inkscape-3747e59f8cf5d93ee18cf4e0c9fd518ed09361fd.tar.gz inkscape-3747e59f8cf5d93ee18cf4e0c9fd518ed09361fd.zip | |
Applied patches for default metadata and for fix on creative commons namespace.
(bzr r3464)
Diffstat (limited to 'src/xml/repr.h')
| -rw-r--r-- | src/xml/repr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xml/repr.h b/src/xml/repr.h index 89221656a..23786d3b8 100644 --- a/src/xml/repr.h +++ b/src/xml/repr.h @@ -27,7 +27,8 @@ #define SP_XLINK_NS_URI "http://www.w3.org/1999/xlink" #define SP_SVG_NS_URI "http://www.w3.org/2000/svg" #define SP_RDF_NS_URI "http://www.w3.org/1999/02/22-rdf-syntax-ns#" -#define SP_CC_NS_URI "http://web.resource.org/cc/" +#define SP_CC_NS_URI "http://creativecommons.org/ns#" +#define SP_OLD_CC_NS_URI "http://web.resource.org/cc/" #define SP_DC_NS_URI "http://purl.org/dc/elements/1.1/" /** |
