master
Jean-Christian Paul Denis 2021-11-06 15:00:41 +01:00
parent 7725be7d68
commit 290597d3cd
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 2 additions and 1 deletions

View File

@ -151,7 +151,8 @@ class tweakStoresBehaviors
'<div class="fieldset">' .
'<h4>' . __('Repositiory contents') . '</h4>' .
'<p>' . $url . '</p>' .
(empty($file_content) ? '' :
(
empty($file_content) ? '' :
'<pre>' . form::textArea('file_xml', 165, 14, [
'default' => html::escapeHTML(str_replace('><', ">\n<", $file_content)),
'class' => 'maximal',