diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-14 02:05:17 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-14 02:05:17 -0400 |
commit | 68528246e72227e05d3a8b489f769bcc62f902c3 (patch) | |
tree | 210000fbaa9b02fe0b29b089db0adceff5865b96 | |
parent | 342dec8b86e27af3032bcda3023b04bf3a24b1b5 (diff) |
extra space in link
darcs-hash:20080714060517-84dde-7ff9417a790ded358d7fc5fe0d565fc5f3591906.gz
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index f7b66c07d..b6ff34fb7 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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'); |