W3C
This commit is contained in:
parent
6f649dc72d
commit
730690bd01
@ -639,11 +639,11 @@ if ($account || $_GET["ref"])
|
|||||||
// Amount
|
// Amount
|
||||||
if ($objp->amount < 0)
|
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
|
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
|
// Balance
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user