This commit is contained in:
v 2019-02-05 14:12:17 +03:00
parent e793639f3d
commit 9e0cc584ba

View File

@ -888,7 +888,7 @@ class Style extends LayoutItem {
let out = match
const rurl = resolvedUrls.shift()
if ( rurl != null ) {
let newUrl = this.pathToTop() + '..' + rurl
let newUrl = this.pathToTop() + '../' + rurl
out = start + newUrl + end
} else {
out = ''