Pull-request: #15858 Fixes: #15232 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
9d09c0e441
@ -958,7 +958,7 @@ class Generator
|
||||
) {
|
||||
$refresh_link = Url::getFromRoute('/sql', $url_params);
|
||||
$refresh_link = ' [ '
|
||||
. self::linkOrButton($refresh_link, __('Refresh')) . ']';
|
||||
. self::linkOrButton($refresh_link, __('Refresh')) . ' ]';
|
||||
} else {
|
||||
$refresh_link = '';
|
||||
} //refresh
|
||||
@ -997,13 +997,13 @@ class Generator
|
||||
&& ! $query_too_big
|
||||
&& empty($GLOBALS['show_as_php'])
|
||||
) {
|
||||
$inline_edit_link = ' ['
|
||||
$inline_edit_link = ' [ '
|
||||
. self::linkOrButton(
|
||||
'#',
|
||||
_pgettext('Inline edit query', 'Edit inline'),
|
||||
['class' => 'inline_edit_sql']
|
||||
)
|
||||
. ']';
|
||||
. ' ]';
|
||||
} else {
|
||||
$inline_edit_link = '';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user