aboutsummaryrefslogtreecommitdiff
path: root/public/install.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-13 21:39:53 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-13 21:39:53 +0100
commit6f081f9dafce403738b2cae1c02eba653b9f54f9 (patch)
tree96f91b32fa47da40bacc606e5337ecf05066a441 /public/install.php
parentd654b34fa7c1f5a09ec8c9bf2b82b43bf5efaa7d (diff)
Un peu plus de HTML5 pour les types des champs de formulaires
Diffstat (limited to 'public/install.php')
-rw-r--r--public/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/install.php b/public/install.php
index 0dfe77c57..02bef0129 100644
--- a/public/install.php
+++ b/public/install.php
@@ -497,7 +497,7 @@ function printStep2 () {
<div class="form-group" style="display:none">
<label class="group-name" for="base_url"><?php echo _t ('base_url'); ?></label>
<div class="group-controls">
- <input type="text" id="base_url" name="base_url" value="<?php echo isset ($_SESSION['base_url']) ? $_SESSION['base_url'] : $url; ?>" /> <i class="icon i_help"></i> <?php echo _t ('do_not_change_if_doubt'); ?>
+ <input type="url" id="base_url" name="base_url" value="<?php echo isset ($_SESSION['base_url']) ? $_SESSION['base_url'] : $url; ?>" /> <i class="icon i_help"></i> <?php echo _t ('do_not_change_if_doubt'); ?>
</div>
</div>