From: fabrixxm Date: Mon, 19 Mar 2018 10:19:09 +0000 (+0100) Subject: Fix another closing bracket in translatable string X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d9aca508cdb06d733b1fd12a583bfcac5b061914;p=friendica.git Fix another closing bracket in translatable string --- diff --git a/mod/babel.php b/mod/babel.php index 43b5c4e807..ca4efee044 100644 --- a/mod/babel.php +++ b/mod/babel.php @@ -39,7 +39,7 @@ function babel_content() $o .= visible_lf($text) . EOL . EOL; $html = BBCode::convert($text); - $o .= '

' . L10n::t("bbcode \x28raw HTML\x28: ") . '

' . EOL . EOL; + $o .= '

' . L10n::t("bbcode \x28raw HTML\x29: ") . '

' . EOL . EOL; $o .= htmlspecialchars($html) . EOL . EOL; $o .= '

' . L10n::t('bbcode: ') . '

' . EOL . EOL;