From dbc578f30bd454cc2d239bf8863af4477e39e0bf Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 8 May 2011 19:30:46 +0000 Subject: Fix handling of options --- modules/apache/templates/vhost_base.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/apache/templates/vhost_base.conf b/modules/apache/templates/vhost_base.conf index 07d3f236..e737e990 100644 --- a/modules/apache/templates/vhost_base.conf +++ b/modules/apache/templates/vhost_base.conf @@ -39,7 +39,7 @@ end <%= content %> -<%- if options.length -%> +<%- if options.length > 0 -%> > Options <%= options.join(" ") %> -- cgit v1.2.1