From 290597d3cd56a670b74ad6e8d6a77b1081caa710 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 6 Nov 2021 15:00:41 +0100 Subject: [PATCH] PSR typo --- _admin.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_admin.php b/_admin.php index e35266e..0bd3406 100644 --- a/_admin.php +++ b/_admin.php @@ -151,7 +151,8 @@ class tweakStoresBehaviors '
' . '

' . __('Repositiory contents') . '

' . '

' . $url . '

' . - (empty($file_content) ? '' : + ( + empty($file_content) ? '' : '
' . form::textArea('file_xml', 165, 14, [
                     'default'    => html::escapeHTML(str_replace('><', ">\n<", $file_content)),
                     'class'      => 'maximal',