Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Issue #53 - making form POST by default
Browse files Browse the repository at this point in the history
  • Loading branch information
paxtonhare committed Nov 24, 2012
1 parent a9e3cd1 commit 5226f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/views/helpers/user-lib.xqy
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ declare function uv:welcome($username, $profile-link, $logout-link)
declare function uv:build-login($login-link, $register-link)
{
<div class="user">
<form action="{$login-link}">
<form action="{$login-link}" method="POST">
{
form:text-input("Username:", "username", "username"),
form:password-input("Password:", "password", "password")
Expand Down

0 comments on commit 5226f94

Please sign in to comment.