aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-26 19:19:56 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-26 19:19:56 +0000
commitc34bc60ea68b838d3da09afe04a28ac3c075d29f (patch)
tree4b407889e5250e721ee140e4431ffaac5502b98d
parentd085a1e8eeffafc7012824a1135be7f161cb092d (diff)
downloadelgg-c34bc60ea68b838d3da09afe04a28ac3c075d29f.tar.gz
elgg-c34bc60ea68b838d3da09afe04a28ac3c075d29f.tar.bz2
fixed image size attributes added to "power by" image
git-svn-id: http://code.elgg.org/elgg/trunk@8492 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--engine/lib/elgglib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php
index 017dc10e0..b27a71b08 100644
--- a/engine/lib/elgglib.php
+++ b/engine/lib/elgglib.php
@@ -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,
));