Another notice error

darcs-hash:20080720023510-533db-74cdcbc59c5956c1bd1ce3b01921fd4cd1c7376c.gz
This commit is contained in:
Mike Cochrane 2008-07-19 22:35:10 -04:00
parent e59cfea9bc
commit 32136f978a
1 changed files with 1 additions and 1 deletions

View 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');