diff options
| author | 2013-10-26 20:49:23 +0200 | |
|---|---|---|
| committer | 2013-10-26 20:49:23 +0200 | |
| commit | 8bb25589ffae1e7b8562b429ea945bfcbe491b8a (patch) | |
| tree | 9d11026c1da6b2ef75a9e72fdf11b23256c32085 /app | |
| parent | dd5273871a74d01d87fa1eaad7aa53bc1c148f85 (diff) | |
URL absolue pour token
Corrige https://github.com/marienfressinaud/FreshRSS/issues/213
Abandonne le protocole relatif "//" et repasse à des "http://" ou
"https://" explicites
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/configure/display.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index 0f89437ac..09ac011af 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -56,7 +56,7 @@ <?php $token = $this->conf->token (); ?> <div class="group-controls"> <input type="text" id="token" name="token" value="<?php echo $token; ?>" placeholder="<?php echo Translate::t ('blank_to_disable'); ?>"/> - <i class="icon i_help"></i> <?php echo Translate::t('explain_token', Url::display(), $token); ?> + <i class="icon i_help"></i> <?php echo Translate::t('explain_token', Url::display(null, 'html', true), $token); ?> </div> </div> |
