[TASK] markdown parser added to updatet-to page

This commit is contained in:
Kanti 2015-01-08 13:54:45 +01:00
commit ae3cfef99a

View file

@ -1,6 +1,6 @@
<h3>Updated to<h3>
<h2>[<?php echo $info['tag_name'];?>] <?php echo $info['name']; ?></h2>
<p><?php echo $info['body'];?></p>
<p><?php echo \Michelf\MarkdownExtra::defaultTransform($info['body']);?></p>
<?php
require_once "system/upgrade/run.php";