aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
Diffstat (limited to 'engine')
-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,
));