From 6f352c2efb1ac54d0c3040e50415553a7e5dd3ba Mon Sep 17 00:00:00 2001 From: Andy Binder Date: Wed, 28 Jun 2023 17:48:39 +0200 Subject: [PATCH] Update translate.conf.lua (#6765) Remove sanitization of number-translation regexes --- .../resources/scripts/configuration/translate.conf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/switch/resources/scripts/app/xml_handler/resources/scripts/configuration/translate.conf.lua b/app/switch/resources/scripts/app/xml_handler/resources/scripts/configuration/translate.conf.lua index b89beb3aa2..c938775c0a 100644 --- a/app/switch/resources/scripts/app/xml_handler/resources/scripts/configuration/translate.conf.lua +++ b/app/switch/resources/scripts/app/xml_handler/resources/scripts/configuration/translate.conf.lua @@ -93,7 +93,7 @@ x = 0; dbh:query(sql, params, function(field) if (string.len(field.number_translation_detail_regex) > 0) then - xml:append([[ ]]); + xml:append([[ ]]); end end)