From 721d6f94c72816e802b813c132d39fc7ef08c680 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 2 Jul 2008 09:15:07 -0400 Subject: method darcs-hash:20080702131507-84dde-507a6380fcab66c1fbcbaad6d1399c8a2f210acf.gz --- actions/openidlogin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/openidlogin.php') diff --git a/actions/openidlogin.php b/actions/openidlogin.php index 5ec17ec46..f9743ecde 100644 --- a/actions/openidlogin.php +++ b/actions/openidlogin.php @@ -59,7 +59,7 @@ class OpenidloginAction extends Action { function show_form($error=NULL, $openid_url) { common_show_header(_t('OpenID Login'), NULL, $error, array($this, 'show_top')); $formaction = common_local_url('openidlogin'); - common_element_start('form', array('method' => 'POST', + common_element_start('form', array('method' => 'post', 'id' => 'openidlogin', 'action' => $formaction)); common_input('openid_url', _t('OpenID URL'), -- cgit v1.2.3-54-g00ecf