Browse Source

Update functions.php

pull/701/head
danpros 1 year ago
parent
commit
337b45acbb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system/includes/functions.php

+ 1
- 1
system/includes/functions.php View File

@ -1221,7 +1221,7 @@ function get_author($name)
// Get the contents and convert it to HTML
$author->about = MarkdownExtra::defaultTransform(remove_html_comments($content));
$author->description = strip_tags($author->about);
$author->description = safe_html(strip_tags($author->about));
$toc = explode('<!--toc-->', $author->about);
if (isset($toc['1'])) {


Loading…
Cancel
Save