This commit is contained in:
Tobias Diekershoff 2018-03-29 06:57:02 +02:00
parent 6dc6581aca
commit 07954f7bcf
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ function babel_content()
$html = Text\BBCode::convert($bbcode);
$results[] = [
'title' => L10n::t("BBCode::convert \x28raw HTML\x28"),
'title' => L10n::t("BBCode::convert \x28raw HTML\x29"),
'content' => htmlspecialchars($html)
];