From 92446157a45a6709943575d697e80e347c73f632 Mon Sep 17 00:00:00 2001 From: perry Date: Fri, 11 Mar 2016 17:43:14 -0600 Subject: [PATCH] chore(dgeni): TS 1.8 patch cont. --- scripts/docs/templates/api_menu_flat_version.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/templates/api_menu_flat_version.template.html b/scripts/docs/templates/api_menu_flat_version.template.html index c15e86a505..099e619019 100644 --- a/scripts/docs/templates/api_menu_flat_version.template.html +++ b/scripts/docs/templates/api_menu_flat_version.template.html @@ -1,4 +1,4 @@ <@ for doc in docs @><@ if doc.URL and doc.private != true and doc.name @> -
  • +
  • <$ doc.name $>
  • <@ endif @><@ endfor @>