summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-07 11:49:43 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-07 11:49:43 +0200
commit131d82e41e2fee1d296687bdbba3c9ad50e979a6 (patch)
treec0c9b6326191bd0a0e60b8a2db72b91659c0f4de /core/templates
parentaa34438d06399e0383762998722d056cbe1c543b (diff)
downloadnextcloud-server-131d82e41e2fee1d296687bdbba3c9ad50e979a6.tar.gz
nextcloud-server-131d82e41e2fee1d296687bdbba3c9ad50e979a6.zip
move call to print_unescaped() to template
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/layout.user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 2fccfd1f719..fcca43624fe 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -64,7 +64,7 @@
</li>
<?php endforeach; ?>
<li>
- <a id="logout" <?php print OC_User::getLogoutAttribute(); ?>>
+ <a id="logout" <?php print_unescaped(OC_User::getLogoutAttribute()); ?>>
<img class="svg" alt="" src="<?php print_unescaped(image_path('', 'actions/logout.svg')); ?>" />
<?php p($l->t('Log out'));?>
</a>