Skip to content
Snippets Groups Projects
Commit 06f9b7b8 authored by Andreas Fischer's avatar Andreas Fischer
Browse files

Fix logout link HTML.

<a id="logout" href=/projects/owncloud/core/index.php?logout=true>
parent 4ae1d082
No related branches found
No related tags found
No related merge requests found
......@@ -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"';
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment