diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/site.erb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/site.erb b/templates/site.erb index 7090e7d..7d69615 100644 --- a/templates/site.erb +++ b/templates/site.erb @@ -50,7 +50,9 @@ <% if use != false %><% use.each do |instance| -%> Use <%= instance %> <% end -%><% end -%> -<%- if custom_directives != false -%><%= custom_directives %><%- end -%> +<%- if custom_directives != false -%> + <%= custom_directives %> +<%- end -%> <% if mpm == true %> <IfModule mpm_itk_module> AssignUserId <%= user %> <%= gid %> |