summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMike Cochrane <mikec@mikenz.geek.nz>2008-07-19 22:35:10 -0400
committerMike Cochrane <mikec@mikenz.geek.nz>2008-07-19 22:35:10 -0400
commit32136f978a7bfad8c261b633edaa1cb24a4dc133 (patch)
treee0101d7eb13cd0252491fa245e7e0f415c1bbb8b /lib
parente59cfea9bc75a551dab0bc19fcab9a6a9e119b4e (diff)
Another notice error
darcs-hash:20080720023510-533db-74cdcbc59c5956c1bd1ce3b01921fd4cd1c7376c.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index ca8b53956..40f2d4cd4 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -253,7 +253,7 @@ function common_show_footer() {
common_text(_('Unless otherwise specified, contents of this site are copyright by the contributors and available under the '));
common_element('a', array('class' => 'license',
'rel' => 'license',
- href => $config['license']['url']),
+ 'href' => $config['license']['url']),
$config['license']['title']);
common_text(_('. Contributors should be attributed by full name or nickname.'));
common_element_end('p');