]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Another notice error
authorMike Cochrane <mikec@mikenz.geek.nz>
Sun, 20 Jul 2008 02:35:10 +0000 (22:35 -0400)
committerMike Cochrane <mikec@mikenz.geek.nz>
Sun, 20 Jul 2008 02:35:10 +0000 (22:35 -0400)
darcs-hash:20080720023510-533db-74cdcbc59c5956c1bd1ce3b01921fd4cd1c7376c.gz

lib/util.php

index ca8b539569fc012896fe08ddcb115a98724140b2..40f2d4cd4de016aa1728a40dd6da4a9eef73c128 100644 (file)
@@ -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');