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/bbcode/bbcode_parser.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/bbcode/bbcode_parser.php')
| -rw-r--r-- | phpBB/includes/bbcode/bbcode_parser.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/bbcode/bbcode_parser.php b/phpBB/includes/bbcode/bbcode_parser.php index f76b3ade39..81151a2945 100644 --- a/phpBB/includes/bbcode/bbcode_parser.php +++ b/phpBB/includes/bbcode/bbcode_parser.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 * @@ -37,7 +37,7 @@ class phpbb_bbcode_parser extends phpbb_bbcode_parser_base 'parents' => array(true), ), // The exact I BBcode from phpBB - 'i' => array( + 'i' => array( 'replace' => '<span style="font-style: italic">', 'close' => '</span>', 'attributes' => array(), @@ -207,7 +207,7 @@ class phpbb_bbcode_parser extends phpbb_bbcode_parser_base ':(' => '<img src="http://area51.phpbb.com/phpBB/images/smilies/icon_e_sad.gif" />', ); - $this->text_callback = 'strtoupper'; +// $this->text_callback = 'strtoupper'; parent::__construct(); } |
