|
From: FlorinCB <ory...@us...> - 2009-07-12 05:13:03
|
Update of /cvsroot/mxbb/core/includes/sessions/phpbb3 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv15840/sessions/phpbb3 Modified Files: bbcode.php Log Message: fix Index: bbcode.php =================================================================== RCS file: /cvsroot/mxbb/core/includes/sessions/phpbb3/bbcode.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** bbcode.php 11 Jul 2009 04:25:41 -0000 1.10 --- bbcode.php 12 Jul 2009 05:13:00 -0000 1.11 *************** *** 453,457 **** 'u_open' => '<span style="text-decoration: underline">', 'u_close' => '</span>', ! 'img' => '<img src="$1" alt="' . $mx_user->lang['IMAGE'] . '" />', 'size' => '<span style="font-size: $1%; line-height: normal">$2</span>', 'color' => '<span style="color: $1">$2</span>', --- 453,457 ---- 'u_open' => '<span style="text-decoration: underline">', 'u_close' => '</span>', ! 'img' => '<center><img src="$1" alt="' . $mx_user->lang['IMAGE'] . '" /></center>', 'size' => '<span style="font-size: $1%; line-height: normal">$2</span>', 'color' => '<span style="color: $1">$2</span>', |