diff --git a/_admin.php b/_admin.php index e35266e..0bd3406 100644 --- a/_admin.php +++ b/_admin.php @@ -151,7 +151,8 @@ class tweakStoresBehaviors '
' . $url . '
' . - (empty($file_content) ? '' : + ( + empty($file_content) ? '' : '' . form::textArea('file_xml', 165, 14, [ 'default' => html::escapeHTML(str_replace('><', ">\n<", $file_content)), 'class' => 'maximal',