修复报错
This commit is contained in:
@@ -121,12 +121,13 @@ if ($pr_flag) {
|
|||||||
<?php
|
<?php
|
||||||
function trans_md($str)
|
function trans_md($str)
|
||||||
{
|
{
|
||||||
return
|
return
|
||||||
// bbcode_to_html(
|
// bbcode_to_html(
|
||||||
"<span class='md'>" .
|
"<span class='md'>" .
|
||||||
htmlentities($str, ENT_QUOTES, 'UTF-8')
|
htmlentities($str, ENT_QUOTES, 'UTF-8')
|
||||||
. "</span>"
|
. "</span>"
|
||||||
// );
|
// )
|
||||||
|
;
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
Reference in New Issue
Block a user