From 9d44cb2be1bfdfb20d3f733b07ca4441e7f18401 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 25 Sep 2016 12:20:52 -0700 Subject: fix translation escaping --- httemplate/misc/detach_pkg.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'httemplate/misc/detach_pkg.html') diff --git a/httemplate/misc/detach_pkg.html b/httemplate/misc/detach_pkg.html index b2dfa389d..dc2329150 100755 --- a/httemplate/misc/detach_pkg.html +++ b/httemplate/misc/detach_pkg.html @@ -28,7 +28,7 @@ - <% mt('Name') %> + <% emt('Name') %> <% $cust_pkg->contact_obj->line |h %> @@ -36,7 +36,7 @@ % #} - <% mt('Address') %> + <% emt('Address') %> <% $loc->location_label( 'join_string' => '
', -- cgit v1.2.1