=== modified file 'src/color-profile.cpp' --- src/color-profile.cpp 2015-02-25 00:22:08 +0000 +++ src/color-profile.cpp 2015-07-04 08:22:55 +0000 @@ -313,7 +313,7 @@ //# 1. Get complete URI of document gchar const *docbase = doc->getURI(); - gchar* escaped = g_uri_escape_string(this->href, "!*'();:@=+$,/?#[]", TRUE); + gchar* escaped = g_uri_escape_string(this->href, "!*'();:@=+$,/?#", TRUE); //g_message("docbase:%s\n", docbase); //org::w3c::dom::URI docUri(docbase);