diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-30 22:51:05 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-08-30 22:51:05 -0500 |
commit | 9341f8b8c8fb366ff3e9040dfec76591d8aa68f3 (patch) | |
tree | c3d3900eeba1f584935ff79dda8d74377c9e2274 | |
parent | 91e484565a42f28155c352d25434622be9f63518 (diff) | |
download | mediagoblin-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.html | 2 |
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> |