X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/fab058b4ecffc3309c731c44befbd54bc9749567..c0148db53bacf76d96f36fbf6c7e07f92ed6c7c5:/lib/functions.php diff --git a/lib/functions.php b/lib/functions.php index b6672fb..b87f6c3 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -879,7 +879,7 @@ function jirafeau_fileperms($path) function jirafeau_admin_bug_report($cfg) { $out = "
" . t('REPORTING_AN_ISSUE') . ""; - $out .= "If you have a problem related to Jirafeau, please open an issue, explain your problem in english and copy-paste the following content:

"; + $out .= "If you have a problem related to Jirafeau, please open an issue, explain your problem in english and copy-paste the following content:

"; $out .= "# Jirafeau
"; $out .= "- version: " . JIRAFEAU_VERSION . "
";