This commit is contained in:
2024-12-06 16:43:02 +08:00
parent 91478a0144
commit ad7b1538f3

View File

@@ -131,6 +131,7 @@ if ($pr_flag) {
<h4 class="ui top attached block header"><?php echo $MSG_Description ?></h4>
<div id="description" class="ui bottom attached segment font-content">
<?php
echo $row['description'];
echo trans_md($row['description']);
?>
</div>