aboutsummaryrefslogtreecommitdiff
path: root/public/install.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-13 22:11:57 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-13 22:11:57 +0100
commitbff31a6d5ec76ebb1ef724a281cc7318991fc11e (patch)
treebb4d5ec8bf285b1af4109807c694423167959642 /public/install.php
parent6f081f9dafce403738b2cae1c02eba653b9f54f9 (diff)
Correction type url inappropriƩ
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 02bef0129..0dfe77c57 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="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'); ?>
+ <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'); ?>
</div>
</div>