Skip to content

Commit

Permalink
MODULES-2613 Small style cleanup to templates/vhost/_additional_inclu…
Browse files Browse the repository at this point in the history
…des.erb

The file templates/vhost/_additional_includes.erb can use a small cleanup (IMHO).

Without this commit the includes are not nicely indented in line with the comment and the rest of the configuration file. This commit fixes that.
  • Loading branch information
Freddy Spierenburg committed Sep 22, 2015
1 parent 2097596 commit 99daf49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions templates/vhost/_additional_includes.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

## Load additional static includes
<%- if scope.function_versioncmp([@apache_version, '2.4']) >= 0 && @use_optional_includes -%>
IncludeOptional "<%= include %>"
IncludeOptional "<%= include %>"
<%- else -%>
Include "<%= include %>"
Include "<%= include %>"
<%- end -%>

<% end -%>

0 comments on commit 99daf49

Please sign in to comment.