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

This commit is contained in:
sebastien 2019-10-16 10:05:16 +02:00 committed by Jerome Jutteau
parent 066e714713
commit 1a41ef82ac

View File

@ -251,8 +251,8 @@ case 2:
</tr> <tr> <td colspan = "2"><input type = "submit"
class = "navleft" name = "previous" value = "<?php
echo t('PREV_STEP'); ?>" />
<input type = "submit" class = "navright" name = "next" value = "
<?php echo t('NEXT_STEP'); ?>" />
<input type = "submit" class = "navright" name = "next" value =
"<?php echo t('NEXT_STEP'); ?>" />
</td> </tr> </table> </fieldset>
</form> </div> <?php
break;