summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-04 14:16:33 -0800
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-04 14:16:33 -0800
commit41aab4dac4024fc3ad30c9ecb0b0532431bc1d02 (patch)
tree74bb1f77a39eb0e670b9a54c22e60aeb762526b9 /app
parent7cf5e8ef33fa51c777f82585dfa116e4fa926371 (diff)
parent8bb25589ffae1e7b8562b429ea945bfcbe491b8a (diff)
Merge pull request #216 from Alkarex/fixRelative
URL absolue pour token
Diffstat (limited to 'app')
-rw-r--r--app/views/configure/display.phtml2
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>