summaryrefslogtreecommitdiff
path: root/templates/vhosts/gitweb
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2014-04-19 16:53:53 +0200
committermh <mh@immerda.ch>2014-04-19 16:53:53 +0200
commitbc953036d453e57383dcd7aad33c203104061ceb (patch)
tree22f0ada15d0924aaf64db4c90b738eac2866f95a /templates/vhosts/gitweb
parent1ed74a3beb4498ed1566a94c49da3fb4c57cef0e (diff)
remove unnecessary new lines
Diffstat (limited to 'templates/vhosts/gitweb')
-rw-r--r--templates/vhosts/gitweb/partial.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/vhosts/gitweb/partial.erb b/templates/vhosts/gitweb/partial.erb
index d7765bf..a8475f6 100644
--- a/templates/vhosts/gitweb/partial.erb
+++ b/templates/vhosts/gitweb/partial.erb
@@ -4,7 +4,6 @@
<% if @options.to_s != 'absent' || @do_includes.to_s == 'true'-%>
Options <% unless @options.to_s == 'absent' -%><%= @options %><% end -%><% if @do_includes.to_s == 'true' && !@options.include?('+Includes') -%> +Includes<% end -%><% unless @options.include?('+ExecCGI') -%> +ExecCGI<% end -%>
<% end -%>
-
AddHandler cgi-script .cgi
<Files gitweb.cgi>
Options ExecCGI FollowSymLinks