]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
doctype requires onclick rather than onClick
authorCash Costello <cash.costello@gmail.com>
Wed, 1 Jul 2009 11:57:31 +0000 (11:57 +0000)
committerCash Costello <cash.costello@gmail.com>
Wed, 1 Jul 2009 11:57:31 +0000 (11:57 +0000)
views/default/tidypics/tagging.php

index 9bd585ea15e029b55a4efa50e15acb7a3c4102f1..eb5f7e208469d6fab4b09c8c77a129292857e11a 100644 (file)
                $content .= "<input type='hidden' name='word' id='word' value='' />";\r
        \r
                $content .= "<ul id='tidypics_phototag_list'>";\r
-               $content .= "<li><a href='javascript:void(0)' onClick='selectUser({$viewer->getGUID()},\"{$viewer->name}\")'> {$viewer->name} (" . elgg_echo('me') . ")</a></li>";\r
+               $content .= "<li><a href='javascript:void(0)' onclick='selectUser({$viewer->getGUID()},\"{$viewer->name}\")'> {$viewer->name} (" . elgg_echo('me') . ")</a></li>";\r
        \r
                if ($friends) {\r
                        foreach($friends as $friend) {\r
-                               $content .= "<li><a href='javascript:void(0)' onClick='selectUser({$friend->getGUID()}, \"{$friend->name}\")'>{$friend->name}</a></li>";\r
+                               $content .= "<li><a href='javascript:void(0)' onclick='selectUser({$friend->getGUID()}, \"{$friend->name}\")'>{$friend->name}</a></li>";\r
                        }\r
                }\r
        }\r