diff options
Diffstat (limited to 'engine/lib/views.php')
-rw-r--r-- | engine/lib/views.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php index 5d7c21002..3885babf1 100644 --- a/engine/lib/views.php +++ b/engine/lib/views.php @@ -1023,7 +1023,7 @@ function elgg_view_listing($icon, $info) { * <input type="password" name="password" /> * * Then elgg_view_form('login') generates: - * <form action="http://yoursite.com/action/login" method="POST"> + * <form action="http://yoursite.com/action/login" method="post"> * ...security tokens... * <input type="text" name="username" /> * <input type="password" name="password" /> |