remove superfluous space

This commit is contained in:
Frédéric FRANCE 2018-09-01 14:34:53 +02:00 committed by GitHub
parent e4e1bf5a1a
commit b3b0816e24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1068,7 +1068,7 @@ else
print '</td></tr>';
}
if (empty($conf->global->PRODUCT_DISABLE_VOLUME))
{
{
// Volume
print '<tr><td>'.$langs->trans("Volume").'</td><td colspan="3">';
print '<input name="volume" size="4" value="'.GETPOST('volume').'">';