diff --git a/phpBB/includes/acp/acp_icons.php b/phpBB/includes/acp/acp_icons.php index 2c3948f644..deb6886228 100644 --- a/phpBB/includes/acp/acp_icons.php +++ b/phpBB/includes/acp/acp_icons.php @@ -20,8 +20,8 @@ if (!defined('IN_PHPBB')) } /** -* @todo [smilies] check regular expressions for special char replacements (stored specialchared in db) -*/ + * @todo {smilies} check regular expressions for special char replacements (stored specialchared in db) + */ class acp_icons { var $u_action; diff --git a/phpBB/includes/acp/acp_words.php b/phpBB/includes/acp/acp_words.php index e5eeb7ab07..82b469090d 100644 --- a/phpBB/includes/acp/acp_words.php +++ b/phpBB/includes/acp/acp_words.php @@ -20,8 +20,8 @@ if (!defined('IN_PHPBB')) } /** -* @todo [words] check regular expressions for special char replacements (stored specialchared in db) -*/ + * @todo {words} check regular expressions for special char replacements (stored specialchared in db) + */ class acp_words { var $u_action;