Update updated-to.html.php

This commit is contained in:
danpros 2021-03-12 18:51:02 +07:00
commit 75cb107cde

View file

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