diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/attribute-rel-css.cpp | 1 | ||||
| -rw-r--r-- | src/attribute-rel-svg.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/attribute-rel-css.cpp b/src/attribute-rel-css.cpp index b45382b75..89678edb5 100644 --- a/src/attribute-rel-css.cpp +++ b/src/attribute-rel-css.cpp @@ -59,6 +59,7 @@ bool SPAttributeRelCSS::findIfValid(Glib::ustring property, Glib::ustring elemen || property.substr(0,9) == "sodipodi:" || property.substr(0,4) == "rdf:" || property.substr(0,3) == "cc:" + || property.substr(0,4) == "ns1:" // JessyInk || (SPAttributeRelCSS::instance->propertiesOfElements[temp].find(property) != SPAttributeRelCSS::instance->propertiesOfElements[temp].end()) ) { return true; diff --git a/src/attribute-rel-svg.cpp b/src/attribute-rel-svg.cpp index 80d924f80..49c97ae64 100644 --- a/src/attribute-rel-svg.cpp +++ b/src/attribute-rel-svg.cpp @@ -55,6 +55,7 @@ bool SPAttributeRelSVG::findIfValid(Glib::ustring attribute, Glib::ustring eleme || attribute.substr(0,9) == "sodipodi:" || attribute.substr(0,4) == "rdf:" || attribute.substr(0,3) == "cc:" + || attribute.substr(0,4) == "ns1:" // JessyInk || (SPAttributeRelSVG::instance->attributesOfElements[temp].find(attribute) != SPAttributeRelSVG::instance->attributesOfElements[temp].end()) ) { return true; |
