]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
extra space in link
authorEvan Prodromou <evan@prodromou.name>
Mon, 14 Jul 2008 06:05:17 +0000 (02:05 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 14 Jul 2008 06:05:17 +0000 (02:05 -0400)
darcs-hash:20080714060517-84dde-7ff9417a790ded358d7fc5fe0d565fc5f3591906.gz

lib/util.php

index f7b66c07df40532659afd55258c4f6de07c62074..b6ff34fb7cc1dde3a7faf4832d9226cfe88adee9 100644 (file)
@@ -234,7 +234,7 @@ function common_show_footer() {
        } else {
                $instr = _('**%%site.name%%** is a microblogging service. ');
        }
-       $instr .= sprintf(_('It runs the [Laconica](http://laconi.ca/) microblogging software, version %s, available under the [GNU Affero General Public License] (http://www.fsf.org/licensing/licenses/agpl-3.0.html).'), LACONICA_VERSION);
+       $instr .= sprintf(_('It runs the [Laconica](http://laconi.ca/) microblogging software, version %s, available under the [GNU Affero General Public License](http://www.fsf.org/licensing/licenses/agpl-3.0.html).'), LACONICA_VERSION);
     $output = common_markup_to_html($instr);
     common_raw($output);
        common_element_end('div');