From 9e0cc584ba817918a86c9c7c937012361f020565 Mon Sep 17 00:00:00 2001 From: v Date: Tue, 5 Feb 2019 14:12:17 +0300 Subject: [PATCH] css fix --- wikizimmer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wikizimmer.js b/wikizimmer.js index 7569d5c..b5f768c 100755 --- a/wikizimmer.js +++ b/wikizimmer.js @@ -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 = ''