From 5587d2bdb8f924a615363893e699fcca8a517f65 Mon Sep 17 00:00:00 2001 From: perry Date: Fri, 4 Dec 2015 14:55:04 -0600 Subject: [PATCH] docs(dgeni): correct custom tag syntax for dgeni template --- scripts/docs/templates/common.template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index 0ef2b20331..470def8422 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -9,8 +9,8 @@ title: "<@ if doc.docType == "directive" @><$ doc.name | dashCase $><@ else @><$ header_sub_title: "<$ doc.docType | capital $> in module <$ doc.module $>" doc: "<$ doc.name $>" docType: "<$ doc.docType $>" -<@- if doc.demo and false -@>show_preview_device: true -preview_device_url= "<$ doc.demo $>"<@- endif -@> +<@ if doc.demo and false @>show_preview_device: true +preview_device_url= "<$ doc.demo $>"<@ endif @> ---