css fix
This commit is contained in:
parent
e793639f3d
commit
9e0cc584ba
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in New Issue
Block a user