From 6625042c4e4e64c522270dbe5985f99a27517ccc Mon Sep 17 00:00:00 2001 From: Tyler Akins Date: Fri, 23 Jan 2015 18:07:30 +0000 Subject: [PATCH] Newlines now match up with what you'd expect --- demo/important-file | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/demo/important-file b/demo/important-file index 93ebea8..814ad62 100755 --- a/demo/important-file +++ b/demo/important-file @@ -15,11 +15,9 @@ home_ip={{IP}} # ALLOWED HOSTS {{#ALLOWED_HOSTS}}allowed_host={{.}} -{{/ALLOWED_HOSTS}}{{^ALLOWED_HOSTS}}# No allowed hosts -{{/ALLOWED_HOSTS}} +{{/ALLOWED_HOSTS}}{{^ALLOWED_HOSTS}}# No allowed hosts{{/ALLOWED_HOSTS}} # DENIED HOSTS {{#DENIED_HOSTS}}denied_host={{.}} -{{/DENIED_HOSTS}}{{^DENIED_HOSTS}}# No denied hosts -{{/DENIED_HOSTS}} +{{/DENIED_HOSTS}}{{^DENIED_HOSTS}}# No denied hosts{{/DENIED_HOSTS}} EOF