Icinga Web 2

translate('Version: %s'), $appVersion), array($this->translate('Git commit ID: %s'), $gitCommitID), array($this->translate('Git commit date: %s'), $gitCommitDate) ) as $version) { list($label, $value) = $version; if ($value !== null) { $versionInfo[] = sprintf($label, htmlspecialchars($value)); } } ?>

translate('unknown version') : nl2br(implode("\n", $versionInfo), false) ?>