]> git.mxchange.org Git - friendica.git/commitdiff
Fix another closing bracket in translatable string
authorfabrixxm <fabrix.xm@gmail.com>
Mon, 19 Mar 2018 10:19:09 +0000 (11:19 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Mar 2018 10:19:09 +0000 (11:19 +0100)
mod/babel.php

index 43b5c4e8070949f1ed79166dd7eb1baaa6b58d8f..ca4efee044d142fbe75dcc0daa68f5cf89867dbf 100644 (file)
@@ -39,7 +39,7 @@ function babel_content()
                $o .= visible_lf($text) . EOL . EOL;
 
                $html = BBCode::convert($text);
-               $o .= '<h2>' . L10n::t("bbcode \x28raw HTML\x28: ") . '</h2>' . EOL . EOL;
+               $o .= '<h2>' . L10n::t("bbcode \x28raw HTML\x29: ") . '</h2>' . EOL . EOL;
                $o .= htmlspecialchars($html) . EOL . EOL;
 
                $o .= '<h2>' . L10n::t('bbcode: ') . '</h2>' . EOL . EOL;