Unverified Commit 71d1fb2c authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(core) Fix code style

issue #6071
Showing with 1 addition and 1 deletion
+1 -1
......@@ -180,7 +180,7 @@ function DEBUG ($level, $line, $function, $file, $data, $info = '')
*/
function copynotice ()
{
return sprintf(htmlescape(_('%s 2002-%d %sThe FusionDirectory team, %s%s')), '&copy;', date('Y'), '<a href="http://www.fusiondirectory.org">', FD_VERSION,'</a>');
return sprintf(htmlescape(_('%s 2002-%d %sThe FusionDirectory team, %s%s')), '&copy;', date('Y'), '<a href="http://www.fusiondirectory.org">', FD_VERSION, '</a>');
}
/*!
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment