This commit is contained in:
flash 2015-04-01 19:45:34 +02:00
parent e5e7c0aaaf
commit c7f467d416

View file

@ -22,7 +22,7 @@ if($ipData = Main::loadInfoPage(isset($_GET['r']) ? strtolower($_GET['r']) : '')
$renderData['page'] = [
'title' => $ipData['title'],
'content' => Main::mdParse($ipData['content'])
]
];
}