mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-02-20 10:25 am

[dw-free] Fix typo in variable name on userinfo.bml

[commit: http://hg.dwscoalition.org/dw-free/rev/1a6d8d606e8d]

http://bugs.dwscoalition.org/show_bug.cgi?id=325

Fix typo.

Patch by [staff profile] denise.

--------------------------------------------------------------------------------
diff -r aaf89f82cd91 -r 1a6d8d606e8d htdocs/userinfo.bml
--- a/htdocs/userinfo.bml	Fri Feb 20 10:23:15 2009 +0000
+++ b/htdocs/userinfo.bml	Fri Feb 20 10:25:19 2009 +0000
@@ -677,7 +677,7 @@ body<=
                 $trusted_by_body = $content_inner_block->(
                     section_name    => 'trusted_by_people',
                     section_name_ml => $trusted_by_body_name_ml,
-                    extra_clsses    => $u->is_identity ? ' first' : '',
+                    extra_classes   => $u->is_identity ? ' first' : '',
                     body            => $listusers->( \@trusted_by_list ),
                     hidable         => 1,
                 );
@@ -735,7 +735,7 @@ body<=
                 $trusted_by_body = $content_inner_block->(
                     section_name    => 'trusted_by_people',
                     section_name_ml => $trusted_by_body_name_ml,
-                    extra_clsses    => $u->is_identity ? ' first' : '',
+                    extra_classes   => $u->is_identity ? ' first' : '',
                     body            => $listusers->( \@trusted_by_list ),
                     hidable         => 1,
                 );
--------------------------------------------------------------------------------