typo
This commit is contained in:
parent
6dc6581aca
commit
07954f7bcf
|
@ -25,7 +25,7 @@ function babel_content()
|
||||||
|
|
||||||
$html = Text\BBCode::convert($bbcode);
|
$html = Text\BBCode::convert($bbcode);
|
||||||
$results[] = [
|
$results[] = [
|
||||||
'title' => L10n::t("BBCode::convert \x28raw HTML\x28"),
|
'title' => L10n::t("BBCode::convert \x28raw HTML\x29"),
|
||||||
'content' => htmlspecialchars($html)
|
'content' => htmlspecialchars($html)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue