show packages inline

This commit is contained in:
yggverse 2024-07-31 20:43:26 +03:00
parent 8d3a5e197f
commit 747ad83213

View file

@ -133,7 +133,7 @@ class About
sprintf(
_($this::DIALOG_FORMAT_SECONDARY_MARKUP_APP_SRC_META),
implode(
PHP_EOL,
' / ',
$composer
)
),
@ -148,7 +148,7 @@ class About
sprintf(
_($this::DIALOG_FORMAT_SECONDARY_MARKUP_PHP_SRC_META),
implode(
PHP_EOL,
' / ',
$phpinfo
)
),