mirror of
https://gitlab.com/mojo42/Jirafeau.git
synced 2025-01-17 21:08:20 +01:00
[BUGFIX] prevent NEXT_STEP button to be disproportionnate cause of \n in ""
This commit is contained in:
parent
066e714713
commit
1a41ef82ac
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user