Committer: wisest-owl
LJSUP-6948: fix markupU trunk/htdocs/manage/profile/index.bml
Modified: trunk/htdocs/manage/profile/index.bml =================================================================== --- trunk/htdocs/manage/profile/index.bml 2010-09-29 06:43:27 UTC (rev 17463) +++ trunk/htdocs/manage/profile/index.bml 2010-09-29 07:23:30 UTC (rev 17464) @@ -549,7 +549,7 @@ $ret .= "</td></tr>\n"; if( $u->in_class("paid") || $u->in_class("sponsored") || $u->in_class("perm") ) { $ret .= "<tr><td> </td><td>"; - $ret .= '<p class="helper">' . $ML{'.section.textmsg.adv'} . '</p>'; + $ret .= '<div class="helper">' . $ML{'.section.textmsg.adv'} . '</div>'; $ret .= "</td></tr>\n"; } $ret .= "</table>\n";