From 8567c48c6d1fca1564d84d1b8c8780dcd0c99ab1 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Thu, 9 May 2019 17:42:13 +0200 Subject: [PATCH] =?utf8?q?Test=20f=C3=BCr=20eingebettetes=20JSON=20=C3=BCb?= =?utf8?q?erarbeitet:=20PHP=20generiert=20das=20JSON=20anders?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Ausprobiert, ob der Mechanismus auch funktioniert, wenn Slashes ("/") in URL's so wie von PHP generiert mit "\/" escaped werden. --- dist/potemkin/accelerator.html | 44 +++++++++++++++++----------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/dist/potemkin/accelerator.html b/dist/potemkin/accelerator.html index ceb88208..91b1fdfe 100644 --- a/dist/potemkin/accelerator.html +++ b/dist/potemkin/accelerator.html @@ -8,35 +8,35 @@ marginalcontent=~{:: .marginalcontent}, json='MERGE:potemkin.json,MERGE: { "_titles": { - "/potemkin/accelerator.html": "Accelerator", - "/potemkin/accelerator.html#read-on": "Read on", - "/potemkin/accelerator.html#read-on-and-on": "Read on and on", - "/potemkin/accelerator.html#read-on-and-on-and-on": "Read on and on and on", - "/projects.html": "Projects" + "\/potemkin\/accelerator.html": "Accelerator", + "\/potemkin\/accelerator.html#read-on": "Read on", + "\/potemkin\/accelerator.html#read-on-and-on": "Read on and on", + "\/potemkin\/accelerator.html#read-on-and-on-and-on": "Read on and on and on", + "\/projects.html": "Projects" }, "_childs": { - "/potemkin/accelerator.html": [ - "/potemkin/accelerator.html", - "/potemkin/accelerator.html#read-on", - "/potemkin/accelerator.html#read-on-and-on", - "/potemkin/accelerator.html#read-on-and-on-and-on" + "\/potemkin\/accelerator.html": [ + "\/potemkin\/accelerator.html", + "\/potemkin\/accelerator.html#read-on", + "\/potemkin\/accelerator.html#read-on-and-on", + "\/potemkin\/accelerator.html#read-on-and-on-and-on" ], - "/projects.html": [ - "/potemkin/accelerator.html", - "/potemkin/fix-swf/overview.html", - "/potemkin/html-experimente.html", - "/potemkin/typo.html", - "/projects.html" + "\/projects.html": [ + "\/potemkin\/accelerator.html", + "\/potemkin\/fix-swf\/overview.html", + "\/potemkin\/html-experimente.html", + "\/potemkin\/typo.html", + "\/projects.html" ] }, "_crumbs": { - "/potemkin/accelerator.html": [ - "/projects.html", - "/potemkin/accelerator.html", - "/potemkin/accelerator.html" + "\/potemkin\/accelerator.html": [ + "\/projects.html", + "\/potemkin\/accelerator.html", + "\/potemkin\/accelerator.html" ], - "/projects.html": [ - "/projects.html" + "\/projects.html": [ + "\/projects.html" ] } } -- 2.20.1