diff options
author | mh <mh@immerda.ch> | 2012-06-08 12:09:39 -0300 |
---|---|---|
committer | mh <mh@immerda.ch> | 2012-06-08 12:09:39 -0300 |
commit | 9cbf2fafee3f4623b75d1a6b70458ab097e64924 (patch) | |
tree | 82a619d81198ddd49cb5df5f1116281904e08023 /templates/vhosts/itk_plus | |
parent | edc2afe65136d49501b6aaeb805269b3f7bb141f (diff) |
fix dynamic scope variables, function access
Diffstat (limited to 'templates/vhosts/itk_plus')
-rw-r--r-- | templates/vhosts/itk_plus/partial.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vhosts/itk_plus/partial.erb b/templates/vhosts/itk_plus/partial.erb index e37e418..5b05dd8 100644 --- a/templates/vhosts/itk_plus/partial.erb +++ b/templates/vhosts/itk_plus/partial.erb @@ -25,7 +25,7 @@ Options <% unless options.to_s == 'absent' then -%><%= options %><% end -%><% if do_includes.to_s == 'true' and not options.include?('+Includes') then -%> +Includes<% end -%> <% end -%> -<%= scope.function_template('apache/vhosts/partials/authentication.erb') %> +<%= scope.function_template(['apache/vhosts/partials/authentication.erb']) %> </Directory> <% end -%> |