diff --git a/e107_admin/auth.php b/e107_admin/auth.php index fe816d352..88964ff3a 100644 --- a/e107_admin/auth.php +++ b/e107_admin/auth.php @@ -193,7 +193,7 @@ else :-moz-placeholder { font-style:italic; color: #bbb; } - h2 { text-align: center; color: #FAAD3D; text-shadow: #000 1px 1px 1px; } + h2 { text-align: center; color: #FAAD3D; } #username {background: url(".e_IMAGE."admin_images/admins_16.png) no-repeat scroll 7px 7px; padding-left:30px; } diff --git a/e107_handlers/bbcode_handler.php b/e107_handlers/bbcode_handler.php index 5cf685299..dadf31de0 100644 --- a/e107_handlers/bbcode_handler.php +++ b/e107_handlers/bbcode_handler.php @@ -552,63 +552,44 @@ class e_bbcode $text = preg_replace('/
/i', "\n\t[td]",$text);
+ $text = preg_replace('//i', "[blockquote]",$text); $ehttp = str_replace("/",'\/',e_HTTP); $text = preg_replace('/thumb.php\?src='.$ehttp.'([^&]*)([^\[]*)/i', "$1",$text); $text = preg_replace('/thumb.php\?src=([^&]*)([^\[]*)/i', "$1",$text); - //return $text; + // Mostly closing tags. $convert = array( array( "\n", ' |