X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/8244506c761b51462c557f41e92694ea76c380d3..c0148db53bacf76d96f36fbf6c7e07f92ed6c7c5:/lib/functions.php diff --git a/lib/functions.php b/lib/functions.php index d7fbe01..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 . "
";