зеркало из https://github.com/mozilla/pjs.git
Fixing the split of the attribute name (into a URI and an ID).
This commit is contained in:
Родитель
2cfd455c97
Коммит
56f553e4b1
|
@ -562,6 +562,10 @@ rdf_PossiblyMakeRelative(const nsString& aContextURI, nsString& aURI)
|
|||
|
||||
// Otherwise, pare down the target URI, removing the context URI.
|
||||
aURI.Cut(0, aContextURI.Length());
|
||||
|
||||
if (aURI.First() == '#' || aURI.First() == '/')
|
||||
aURI.Cut(0, 1);
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче