Skip to content

Commit

Permalink
Item14237: Fixed output of engine information.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Apr 27, 2017
1 parent b377ec4 commit 47da05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Macros/SERVERINFORMATION.pm
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ DONE
"| File System | Case "
. ( ( File::Spec->case_tolerant() ) ? 'Insensitive' : 'Sensitive' )
. " |\n";
$report .= "| Engine | =$app->cfg->data->{Engine}= |\n";
$report .= "| Engine | =" . $app->cfg->data->{Engine} . "= |\n";
$report .= '</noautolink>';

return $report;
Expand Down

0 comments on commit 47da05c

Please sign in to comment.