pull/4705/head
Tobias Diekershoff 2018-03-29 06:57:02 +02:00
rodzic 6dc6581aca
commit 07954f7bcf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)
];