From 45c97a40d268ec2be7e3300a46a2068e75f5ce52 Mon Sep 17 00:00:00 2001 From: "Marek A. R" Date: Sat, 29 Mar 2008 14:11:49 +0000 Subject: A little cleanup git-svn-id: file:///svn/phpbb/trunk@8480 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/formatted_text.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/includes/formatted_text.php') 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 { -- cgit v1.2.1