changeset 397 | 06415d243d09 |
parent 391 | 85f91037cd4f |
child 404 | fb4f9e6f378f |
--- a/install/includes/stages/login.php Sat Feb 02 22:32:09 2008 -0500 +++ b/install/includes/stages/login.php Sat Feb 02 22:44:05 2008 -0500 @@ -223,6 +223,6 @@ </table> <div style="text-align: center;"> - <input type="submit" name="_cont" value="<?= $lang->get('meta_btn_continue'); ?>" /> + <input type="submit" name="_cont" value="<?php echo $lang->get('meta_btn_continue'); ?>" /> </div> </form>