remove superfluous space
This commit is contained in:
parent
e4e1bf5a1a
commit
b3b0816e24
@ -1068,7 +1068,7 @@ else
|
|||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
}
|
}
|
||||||
if (empty($conf->global->PRODUCT_DISABLE_VOLUME))
|
if (empty($conf->global->PRODUCT_DISABLE_VOLUME))
|
||||||
{
|
{
|
||||||
// Volume
|
// Volume
|
||||||
print '<tr><td>'.$langs->trans("Volume").'</td><td colspan="3">';
|
print '<tr><td>'.$langs->trans("Volume").'</td><td colspan="3">';
|
||||||
print '<input name="volume" size="4" value="'.GETPOST('volume').'">';
|
print '<input name="volume" size="4" value="'.GETPOST('volume').'">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user