1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

#1775 - fix for HTML bbcode parsing

This commit is contained in:
Tijn Kuyper
2019-06-08 20:12:09 +02:00
parent a5ed96e7c5
commit 698cea566f

View File

@@ -1377,7 +1377,7 @@ class e107_user_extended
break;
case EUF_RICHTEXTAREA:
return e107::getParser()->toHTML($value);
return e107::getParser()->toHTML($value, true);
break;
default: