From 0a5585fba67aaa55301fe585a75aae1106aea1e6 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 25 Sep 2016 12:29:45 -0700 Subject: fix translation escaping --- httemplate/edit/cust_main/name.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/edit') diff --git a/httemplate/edit/cust_main/name.html b/httemplate/edit/cust_main/name.html index 9c6a24b56..713f54cdb 100644 --- a/httemplate/edit/cust_main/name.html +++ b/httemplate/edit/cust_main/name.html @@ -2,7 +2,7 @@ % my ($field, $value, $label, $extra) = @_;
> -
<% mt($label) %> +
<% emt($label) %>
-- cgit v1.2.1