diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index e6b977b18..493b28e40 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -223,7 +223,7 @@ docType: "<$ doc.docType $>"

<@ endif @> -
$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add <$ prop.plugin $><@ endif @>
+
$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add <$ prop.plugin $><@ endif @>
 $ npm install --save @ionic-native/<$ doc.npmId $>
 

Repo: