mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-13 13:21:43 +02:00
Replace double quotes (") by simple quotes (')
This commit is contained in:
@@ -288,7 +288,7 @@ $template->assign(
|
||||
'PHPWG_URL' => PHPWG_URL,
|
||||
'PWG_VERSION' => PHPWG_VERSION,
|
||||
'U_CHECK_UPGRADE' => sprintf($url_format, 'check_upgrade'),
|
||||
'OS' => PHP_OS.((is_in_container()) ? " (container)" : ""),
|
||||
'OS' => PHP_OS.((is_in_container()) ? ' (container)' : ''),
|
||||
'PHP_VERSION' => phpversion(),
|
||||
'DB_ENGINE' => 'MySQL',
|
||||
'DB_VERSION' => $db_version,
|
||||
|
||||
Reference in New Issue
Block a user