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

index 4a554ab55eadf43531d2d31ea268846a79814444..12107533d7abd6271a3dd0a808030495f694d3de 100644 (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

patrick-canterino.de