diff options
| author | Marek A. R <aptx@phpbb.com> | 2008-03-29 14:11:49 +0000 |
|---|---|---|
| committer | Marek A. R <aptx@phpbb.com> | 2008-03-29 14:11:49 +0000 |
| commit | 45c97a40d268ec2be7e3300a46a2068e75f5ce52 (patch) | |
| tree | 67ed52060ec06f89f29eca4baf3f0c70947585de /phpBB/includes/formatted_text.php | |
| parent | b935389427ee013125e9d16612e7dcfab8d00a92 (diff) | |
| download | forums-45c97a40d268ec2be7e3300a46a2068e75f5ce52.tar forums-45c97a40d268ec2be7e3300a46a2068e75f5ce52.tar.gz forums-45c97a40d268ec2be7e3300a46a2068e75f5ce52.tar.bz2 forums-45c97a40d268ec2be7e3300a46a2068e75f5ce52.tar.xz forums-45c97a40d268ec2be7e3300a46a2068e75f5ce52.zip | |
A little cleanup
git-svn-id: file:///svn/phpbb/trunk@8480 89ea8834-ac86-4346-8a33-228a782c2dd0
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 { |
