diff options
| author | 2013-12-01 17:33:07 +0100 | |
|---|---|---|
| committer | 2013-12-01 17:33:07 +0100 | |
| commit | c9c068115d17132ddcdf2194d216533823831896 (patch) | |
| tree | 702ad1b9e75fe85027986356d1c08b5bb9107311 /public/install.php | |
| parent | 0c6142dad2aa645aa202e72814070d1f47bd9158 (diff) | |
Bug JSON alternative
Suite https://github.com/marienfressinaud/FreshRSS/issues/306
Diffstat (limited to 'public/install.php')
| -rw-r--r-- | public/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/install.php b/public/install.php index c4ed223de..9b7cc779f 100644 --- a/public/install.php +++ b/public/install.php @@ -599,7 +599,7 @@ function printStep3 () { <div class="form-group"> <label class="group-name" for="base"><?php echo _t ('bdd'); ?></label> <div class="group-controls"> - <input type="text" id="base" name="base" maxlength="64" value="<?php echo isset ($_SESSION['bd_name']) ? $_SESSION['bd_name'] : ''; ?>" placeholder="<?php echo _t ('freshrss'); ?>" /> + <input type="text" id="base" name="base" maxlength="64" value="<?php echo isset ($_SESSION['bd_name']) ? $_SESSION['bd_name'] : ''; ?>" placeholder="freshrss" /> </div> </div> |
