# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- modules/mod_cblogin/mod_cblogin.php +++ modules/mod_cblogin/mod_cblogin.php @@ -404,7 +404,7 @@ $pmsMsg = ""; if (($total_pms) > 0 ) { $pmsMsg .= ''; - $pmsMsg .= 'NEW
'."\n"; + $pmsMsg .= 'NEW'.( $horizontal ? " \n" : "
\n" ); $pmsMsg .= ''; $pmsMsg .= ''._UE_PM_MESSAGES_HAVE." ".$total_pms." ".($total_pms == 1 ? _UE_PM_NEW_MESSAGE : _UE_PM_NEW_MESSAGES)."\n"; } else {