From e31ee27a7ad61267b52363acfc7839351b4d8ffc Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Wed, 6 Jul 2016 10:09:13 +0200 Subject: [PATCH] =?utf8?q?Fehler=20im=20Test-Layout=20korrigiert:=20Map-Ei?= =?utf8?q?ntr=C3=A4ge=20"#"=20haben=20sich=20=C3=BCberschrieben?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- dist/templates/variables.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/templates/variables.json b/dist/templates/variables.json index 3b56270c..d3148afe 100644 --- a/dist/templates/variables.json +++ b/dist/templates/variables.json @@ -188,17 +188,17 @@ }, "menu": { "/projects.html": { - "#": { "name": "hibernate4-maven-plugin" }, + "#hibernate4-maven-plugin": { "name": "hibernate4-maven-plugin" }, "/projects/fix-swf/overview.html": { "name": "Fix SWF", "childs": { "/projects/fix-swf/overview.html": { "name": "Overview" }, "/projects/fix-swf/getting-started.html": { "name": "Getting Started" }, - "#": { "name": "FAQ" }, - "#": { "name": "Documentation" } + "#FAQ": { "name": "FAQ" }, + "#Documentation": { "name": "Documentation" } } }, - "#": { "name": "jquery.openx" }, + "#jquery.openx": { "name": "jquery.openx" }, "/projects/html-experimente.html": { "name": "HTML-Experimente", "childs": { @@ -226,7 +226,7 @@ "/projects/html-experimente/testlab.html": { "name": "Media-Query-Test (Beispiel)" } } }, - "#": { "name": "accelerator" }, + "#accelerator": { "name": "accelerator" }, "/projects/typo.html": { "name": "Typography" } }, "/about.html": { -- 2.20.1