Fix logout link HTML.
<a id="logout" href=/projects/owncloud/core/index.php?logout=true>
This commit is contained in:
parent
4ae1d08241
commit
06f9b7b862
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