1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

A little cleanup

git-svn-id: file:///svn/phpbb/trunk@8480 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Marek A. R
2008-03-29 14:11:49 +00:00
parent b935389427
commit 45c97a40d2
3 changed files with 55 additions and 50 deletions

View File

@@ -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
{