diff options
| author | 2013-11-04 14:16:33 -0800 | |
|---|---|---|
| committer | 2013-11-04 14:16:33 -0800 | |
| commit | 41aab4dac4024fc3ad30c9ecb0b0532431bc1d02 (patch) | |
| tree | 74bb1f77a39eb0e670b9a54c22e60aeb762526b9 /app | |
| parent | 7cf5e8ef33fa51c777f82585dfa116e4fa926371 (diff) | |
| parent | 8bb25589ffae1e7b8562b429ea945bfcbe491b8a (diff) | |
Merge pull request #216 from Alkarex/fixRelative
URL absolue pour token
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 687a84499..8ad626b86 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> |
