From ea5b53b9d78b3c3dbff5fb81aa2a16ba88d19d2f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 30 Jun 2017 11:22:25 -0700 Subject: [PATCH] prevent unnecessary wrapping --- httemplate/elements/contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html index 8936569ce..e1e4b6d90 100644 --- a/httemplate/elements/contact.html +++ b/httemplate/elements/contact.html @@ -165,7 +165,7 @@ tie my %label, 'Tie::IxHash', ; unless ($opt{'for_prospect'}) { - $label{'invoice_dest'} = 'Send invoices'; + $label{'invoice_dest'} = 'Send invoices'; $label{'selfservice_access'} = 'Self-service'; } -- 2.20.1