mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-11 13:38:39 +00:00
general fixes
This commit is contained in:
parent
22e4e678a6
commit
5475276b6e
|
|
@ -556,9 +556,7 @@ final class BackendController extends Controller
|
|||
}
|
||||
|
||||
$toParse = $path === false ? '' : \file_get_contents($path);
|
||||
$content = Markdown::parse($toParse === false ? '' : $toParse);
|
||||
|
||||
$view->data['introduction'] = $content;
|
||||
$view->data['introduction'] = Markdown::parse($toParse === false ? '' : $toParse);
|
||||
|
||||
return $view;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user