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)