From 6ab2a871ce053bba96741177fb19ad299a7c471e Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Tue, 28 Jul 2015 11:58:56 +0100 Subject: [PATCH] chore(doc-gen): add `- var ...` to jade variable declarations Harp 0.17 requires that jade variables are declared correctly Closes #3325 --- docs/angular.io-package/templates/module.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/angular.io-package/templates/module.template.html b/docs/angular.io-package/templates/module.template.html index 1bc24aeff7..3fbe568783 100644 --- a/docs/angular.io-package/templates/module.template.html +++ b/docs/angular.io-package/templates/module.template.html @@ -7,7 +7,7 @@ p.location-badge. ul for page, slug in public.docs[current.path[1]][current.path[2]][current.path[3]][current.path[4]]._data if slug != 'index' - url = "/docs/" + current.path[1] + "/" + current.path[2] + "/" + current.path[3] + "/" + current.path[4] + "/" + slug + ".html" + - var url = "/docs/" + current.path[1] + "/" + current.path[2] + "/" + current.path[3] + "/" + current.path[4] + "/" + slug + ".html" li.c8 != partial("../../../../../_includes/_hover-card", {name: page.title, url: url })