diff options
author | trendzetter <trendzetter@users.noreply.github.com> | 2018-10-26 21:22:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-26 21:22:44 +0200 |
commit | 56b0d3d2348c2fa232a3b9e190e7f5f86abf5359 (patch) | |
tree | bf81e9ccfc984a27f740f0474b4608c6a8546d9c /core | |
parent | 6fcaa6fb9f1fcfc6b5016054437c8b802ecde914 (diff) | |
download | nextcloud-server-56b0d3d2348c2fa232a3b9e190e7f5f86abf5359.tar.gz nextcloud-server-56b0d3d2348c2fa232a3b9e190e7f5f86abf5359.zip |
Add missing tag
Add missing closing tag for span.
Signed-off-by: Joris Willems <joris.willems@gmail.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/layout.user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 32385c37aea..d82043b2572 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -112,7 +112,7 @@ <div id="contactsmenu"> <div class="icon-contacts menutoggle" tabindex="0" role="button" aria-haspopup="true" aria-controls="contactsmenu-menu" aria-expanded="false"> - <span class="hidden-visually"><?php p($l->t('Contacts'));?> + <span class="hidden-visually"><?php p($l->t('Contacts'));?></span> </div> <div id="contactsmenu-menu" class="menu" aria-label="<?php p($l->t('Contacts menu'));?>"></div> |