diff options
Diffstat (limited to 'phpBB/includes/formatted_text.php')
-rw-r--r-- | phpBB/includes/formatted_text.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/formatted_text.php b/phpBB/includes/formatted_text.php index 65bda8f185..0e7c1d7ea8 100644 --- a/phpBB/includes/formatted_text.php +++ b/phpBB/includes/formatted_text.php @@ -2,7 +2,7 @@ /** * * @package phpBB3 -* @version +* @version $Id$ * @copyright (c) 2005 phpBB Group * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @@ -17,7 +17,7 @@ if (!defined('IN_PHPBB')) } /** - * Formatted text class to handle any text that can contain BBCodes, smielys, magic URLs or under word censor. + * Formatted text class to handle any text that can contain BBCodes, smilies, magic URLs or under word censor. */ class formatted_text { |