Skip to content

Commit

Permalink
Allow title tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nosolored committed Jun 4, 2018
1 parent d0776e9 commit b1724ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/customcertificate/src/print_certificate.php
Expand Up @@ -245,7 +245,8 @@ class = "caraA"

$myContentHtml = strip_tags(
$myContentHtml,
'<p><b><strong><table><tr><td><th><tbody><span><i><li><ol><ul><dd><dt><dl><br><hr><img><a><div>'
'<p><b><strong><table><tr><td><th><tbody><span><i><li><ol><ul>
<dd><dt><dl><br><hr><img><a><div><h1><h2><h3><h4><h5><h6>'
);
$htmlText .= '<tr>';
$htmlText .= '<td colspan="12" class="content-table">';
Expand Down

0 comments on commit b1724ea

Please sign in to comment.