curses
This commit is contained in:
parent
e5e7c0aaaf
commit
c7f467d416
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ if($ipData = Main::loadInfoPage(isset($_GET['r']) ? strtolower($_GET['r']) : '')
|
||||||
$renderData['page'] = [
|
$renderData['page'] = [
|
||||||
'title' => $ipData['title'],
|
'title' => $ipData['title'],
|
||||||
'content' => Main::mdParse($ipData['content'])
|
'content' => Main::mdParse($ipData['content'])
|
||||||
]
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue