summaryrefslogtreecommitdiff
path: root/lib/action.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-07-09 15:26:22 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-07-09 15:26:22 -0400
commit262c581ea771bc8d19bd7050c2f8a2624ea8a3e2 (patch)
tree811af874bde78d37682f4628debea1b039c2f981 /lib/action.php
parent0828fde51ccb1a5629ab33dd23834070b95c0f37 (diff)
parent2197d0bacf44d0f2d0ab1a58446c9f4c6bd14190 (diff)
Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev into 0.8.x
Diffstat (limited to 'lib/action.php')
-rw-r--r--lib/action.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php
index da5b48858..95ee10c64 100644
--- a/lib/action.php
+++ b/lib/action.php
@@ -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',