From 07954f7bcf477807d3fb517a7fa43ac59f8050ac Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 29 Mar 2018 06:57:02 +0200 Subject: [PATCH] typo --- mod/babel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/babel.php b/mod/babel.php index 4550a8efbf..cafd06556b 100644 --- a/mod/babel.php +++ b/mod/babel.php @@ -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) ];