[BUGFIX] prevent PREV_STEP button to be disproportionnate cause of \n in ""

This commit is contained in:
sebastien 2019-10-16 10:14:09 +02:00 committed by Jerome Jutteau
parent 1a41ef82ac
commit ec83f46ba4

View File

@ -268,10 +268,7 @@ case 3:
?></legend> <table> <tr> <td class = "info" colspan =
"2"><?php echo t('SETTING_UP');
?></td> </tr> <tr> <td class = "nav previous"><input type =
"submit" name = "previous" value =
"
<?php
echo t('PREV_STEP');
"submit" name = "previous" value = " <?php echo t('PREV_STEP');
?>" /></td> <td></td> </tr>
</table> </fieldset> </form> </div>
<?php