summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-20 13:51:05 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-20 13:51:05 -0400
commite80eef2f04655f14e658a223837aa94782541195 (patch)
tree7c1a3ec87fafb9889249fe90ab2c8734badfaf8c /lib
parent6f6aed821387075de8c22da55c5620c04cda0dc1 (diff)
typo in form functions
darcs-hash:20080520175105-84dde-0f08b19d42ed6b5484ef763c3f6c819ae0156d6f.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/util.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/util.php b/lib/util.php
index 83fbb4a5b..fb89d1ca2 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -203,7 +203,7 @@ function common_input($id, $label, $value=NULL) {
$attrs['value'] = htmlspecialchars($value);
}
common_element('input', $attrs);
- comon_element_end('p');
+ common_element_end('p');
}
function common_password($id, $label) {
@@ -213,7 +213,7 @@ function common_password($id, $label) {
'type' => 'password',
'id' => $id);
common_element('input', $attrs);
- comon_element_end('p');
+ common_element_end('p');
}
function common_submit($id, $label) {
@@ -222,7 +222,7 @@ function common_submit($id, $label) {
'id' => $id,
'name' => $id,
'value' => $label));
- comon_element_end('p');
+ common_element_end('p');
}
# salted, hashed passwords are stored in the DB