Merge pull request #5341 from owncloud/fix-logout-link-html

Fix logout link HTML.
This commit is contained in:
Vincent Petry 2013-10-15 00:33:00 -07:00
commit fa341e49a8
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"';
}
/**