From: Kai Moritz Date: Thu, 9 May 2019 15:42:13 +0000 (+0200) Subject: Test für eingebettetes JSON überarbeitet: PHP generiert das JSON anders X-Git-Url: https://juplo.de/gitweb/?p=website;a=commitdiff_plain;h=8567c48c6d1fca1564d84d1b8c8780dcd0c99ab1 Test für eingebettetes JSON überarbeitet: PHP generiert das JSON anders Ausprobiert, ob der Mechanismus auch funktioniert, wenn Slashes ("/") in URL's so wie von PHP generiert mit "\/" escaped werden. --- 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" ] } }