]> git.p6c8.net - jirafeau.git/commitdiff
[BUGFIX] prevent NEXT_STEP button to be disproportionnate cause of \n in ""
authorsebastien <sebastien@nobelconnexion.fr>
Wed, 16 Oct 2019 08:05:16 +0000 (10:05 +0200)
committerJerome Jutteau <jerome@jutteau.fr>
Mon, 21 Oct 2019 19:36:13 +0000 (21:36 +0200)
install.php

index ffe86c01856a3909e51e0b5c924b4e0099d57855..4a554ab55eadf43531d2d31ea268846a79814444 100644 (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;

patrick-canterino.de