]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added width/height attribute and values for the creative commons image
authorSarven Capadisli <csarven@controlyourself.ca>
Thu, 9 Jul 2009 19:12:50 +0000 (19:12 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Thu, 9 Jul 2009 19:12:50 +0000 (19:12 +0000)
lib/action.php

index da5b4885887005cc44543ff14601d5f63688bb19..95ee10c642b0ec22bfd7d755144d031d958fba7e 100644 (file)
@@ -772,7 +772,9 @@ class Action extends HTMLOutputter // lawsuit
         $this->elementStart('p');
         $this->element('img', array('id' => 'license_cc',
                                     'src' => common_config('license', 'image'),
-                                    'alt' => common_config('license', 'title')));
+                                    'alt' => common_config('license', 'title'),
+                                    'width' => '80',
+                                    'height' => '15'));
         //TODO: This is dirty: i18n
         $this->text(_('All '.common_config('site', 'name').' content and data are available under the '));
         $this->element('a', array('class' => 'license',