X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/9b1e04d31f80fd39c55d710def8eb180918fa33f..1a41ef82ac7e1a30134e471f73e9a8d0e204f2a6:/install.php?ds=sidebyside diff --git a/install.php b/install.php index ffe86c0..4a554ab 100644 --- a/install.php +++ b/install.php @@ -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;