aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-08-30 22:51:05 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-08-30 22:51:05 -0500
commit9341f8b8c8fb366ff3e9040dfec76591d8aa68f3 (patch)
treec3d3900eeba1f584935ff79dda8d74377c9e2274
parent91e484565a42f28155c352d25434622be9f63518 (diff)
downloadmediagoblin-9341f8b8c8fb366ff3e9040dfec76591d8aa68f3.tar.lz
mediagoblin-9341f8b8c8fb366ff3e9040dfec76591d8aa68f3.tar.xz
mediagoblin-9341f8b8c8fb366ff3e9040dfec76591d8aa68f3.zip
Might as well be consistent about "<a>GNU</a> project" in the footer too
-rw-r--r--mediagoblin/templates/mediagoblin/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html
index 32d5a5d2..79f5b3d0 100644
--- a/mediagoblin/templates/mediagoblin/base.html
+++ b/mediagoblin/templates/mediagoblin/base.html
@@ -87,7 +87,7 @@
<div class="container_16">
<div class="grid_16 mediagoblin_footer">
{% trans -%}
- Powered by <a href="http://mediagoblin.org">MediaGoblin</a>, a <a href="http://gnu.org/">GNU project</a>
+ Powered by <a href="http://mediagoblin.org">MediaGoblin</a>, a <a href="http://gnu.org/">GNU</a> project
{%- endtrans %}
</div>
</div>