]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed image size attributes added to "power by" image
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 26 Feb 2011 19:19:56 +0000 (19:19 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Sat, 26 Feb 2011 19:19:56 +0000 (19:19 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8492 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/elgglib.php

index 017dc10e081f8a19b0a2600f0833850a6225aaad..b27a71b085622aa4ecb5ddb621dbe503b4d2a2fd 100644 (file)
@@ -1826,7 +1826,7 @@ function elgg_init() {
        elgg_register_menu_item('footer', array(
                'name' => 'powered_by_elgg',
                'href' => 'http://elgg.org',
-               'text' => "<img src=\"$powered_url\" alt=\"Powered by Elgg\" width=106 height=15 />",
+               'text' => "<img src=\"$powered_url\" alt=\"Powered by Elgg\" width=\"106\" height=\"15\" />",
                'section' => 'alt',
                'weight' => 1000,
        ));