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