diff --git a/include/bbcode.php b/include/bbcode.php index 7e6ef3a2b..697260668 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -133,7 +133,7 @@ function bb_parse_crypt($match) { } function bb_qr($match) { - return '' . t('QR code') . ''; + return '' . t('QR code') . ''; }