diff options
Diffstat (limited to 'template/standard/html/user')
-rw-r--r-- | template/standard/html/user/item.php | 2 | ||||
-rw-r--r-- | template/standard/html/user/main.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/standard/html/user/item.php b/template/standard/html/user/item.php index 65dce5b..3a33c51 100644 --- a/template/standard/html/user/item.php +++ b/template/standard/html/user/item.php @@ -15,6 +15,6 @@ </h2> </header> <blockquote cite="<?=$USER['URL']?>"> - <?=$USER['BODY']['HTML']?> + <?=$USER['BODY']['HTML']()?> </blockquote> </li>
\ No newline at end of file diff --git a/template/standard/html/user/main.php b/template/standard/html/user/main.php index c2a5346..473b00b 100644 --- a/template/standard/html/user/main.php +++ b/template/standard/html/user/main.php @@ -11,7 +11,7 @@ <p><em><?=$Language->template('user_main_heading_desc', [escapeHTML($USER['ATTR']['USERNAME']), $COUNT['POST'], $COUNT['PAGE']])?></em></p> <section id="content" class="user"> - <?=$USER['BODY']['HTML']?> + <?=$USER['BODY']['HTML']()?> </section> <section id="site-navi"> |