mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 04:51:46 -04:00
Merge pull request #5341 from owncloud/fix-logout-link-html
Fix logout link HTML.
This commit is contained in:
commit
fa341e49a8
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ class OC_User {
|
|||
return $backend->getLogoutAttribute();
|
||||
}
|
||||
|
||||
return "href=" . link_to('', 'index.php') . "?logout=true";
|
||||
return 'href="' . link_to('', 'index.php') . '?logout=true"';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue