PSR typo
parent
7725be7d68
commit
290597d3cd
|
@ -151,7 +151,8 @@ class tweakStoresBehaviors
|
||||||
'<div class="fieldset">' .
|
'<div class="fieldset">' .
|
||||||
'<h4>' . __('Repositiory contents') . '</h4>' .
|
'<h4>' . __('Repositiory contents') . '</h4>' .
|
||||||
'<p>' . $url . '</p>' .
|
'<p>' . $url . '</p>' .
|
||||||
(empty($file_content) ? '' :
|
(
|
||||||
|
empty($file_content) ? '' :
|
||||||
'<pre>' . form::textArea('file_xml', 165, 14, [
|
'<pre>' . form::textArea('file_xml', 165, 14, [
|
||||||
'default' => html::escapeHTML(str_replace('><', ">\n<", $file_content)),
|
'default' => html::escapeHTML(str_replace('><', ">\n<", $file_content)),
|
||||||
'class' => 'maximal',
|
'class' => 'maximal',
|
||||||
|
|
Loading…
Reference in New Issue