Fix logout link HTML.

<a id="logout" href=/projects/owncloud/core/index.php?logout=true>
This commit is contained in:
Andreas Fischer 2013-10-14 22:30:38 +02:00
parent 4ae1d08241
commit 06f9b7b862
1 changed files with 1 additions and 1 deletions

View File

@ -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"';
}
/**