From ce39c18b14536672c694fb96de7361fd23643499 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 17 Mar 2013 11:24:32 -0400 Subject: [PATCH] Fixup template documentation so webdocs can generate. --- library/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/template b/library/template index 3aaace0937..11fb33bd03 100644 --- a/library/template +++ b/library/template @@ -44,8 +44,8 @@ examples: description: "Example from Ansible Playbooks" notes: - Since Ansible version 0.9, templates are loaded with C(trim_blocks=True). - - You can override jinja2 settings by adding a special header to template file. - i.e. c(#jinja2: trim_blocks: False) + - 'You can override jinja2 settings by adding a special header to template file. + i.e. c(#jinja2: trim_blocks: False)' requirements: null author: Michael DeHaan '''