mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
show packages inline
This commit is contained in:
parent
8d3a5e197f
commit
747ad83213
1 changed files with 2 additions and 2 deletions
|
|
@ -133,7 +133,7 @@ class About
|
||||||
sprintf(
|
sprintf(
|
||||||
_($this::DIALOG_FORMAT_SECONDARY_MARKUP_APP_SRC_META),
|
_($this::DIALOG_FORMAT_SECONDARY_MARKUP_APP_SRC_META),
|
||||||
implode(
|
implode(
|
||||||
PHP_EOL,
|
' / ',
|
||||||
$composer
|
$composer
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
@ -148,7 +148,7 @@ class About
|
||||||
sprintf(
|
sprintf(
|
||||||
_($this::DIALOG_FORMAT_SECONDARY_MARKUP_PHP_SRC_META),
|
_($this::DIALOG_FORMAT_SECONDARY_MARKUP_PHP_SRC_META),
|
||||||
implode(
|
implode(
|
||||||
PHP_EOL,
|
' / ',
|
||||||
$phpinfo
|
$phpinfo
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue