W3C
This commit is contained in:
parent
6f649dc72d
commit
730690bd01
@ -639,11 +639,11 @@ if ($account || $_GET["ref"])
|
||||
// Amount
|
||||
if ($objp->amount < 0)
|
||||
{
|
||||
print '<td align="right" nowrap>'.price($objp->amount * -1).'</td><td> </td>'."\n";
|
||||
print '<td align="right" nowrap="nowrap">'.price($objp->amount * -1).'</td><td> </td>'."\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
print '<td> </td><td align="right" nowrap> '.price($objp->amount).'</td>'."\n";
|
||||
print '<td> </td><td align="right" nowrap="nowrap"> '.price($objp->amount).'</td>'."\n";
|
||||
}
|
||||
|
||||
// Balance
|
||||
|
||||
Loading…
Reference in New Issue
Block a user