diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-04 17:08:10 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-07-04 17:08:10 -0500 |
commit | 24df76fa1e4ee4902d882b8e75b5db981d27e08f (patch) | |
tree | 19426458bd8416b5c956acf72cc9e8a319e283c7 | |
parent | 0b6c3ef14a98f567dd1c29004e58833a5418501b (diff) | |
download | mediagoblin-24df76fa1e4ee4902d882b8e75b5db981d27e08f.tar.lz mediagoblin-24df76fa1e4ee4902d882b8e75b5db981d27e08f.tar.xz mediagoblin-24df76fa1e4ee4902d882b8e75b5db981d27e08f.zip |
This extra <br /> is maybe a bit too much space...
-rw-r--r-- | mediagoblin/templates/mediagoblin/user_pages/media.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html index 0383277b..1484cc73 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/media.html +++ b/mediagoblin/templates/mediagoblin/user_pages/media.html @@ -48,7 +48,7 @@ user= media.uploader().username) }}"> {{- media.uploader().username }}</a> </p> - <br /><br /> + <br /> <h3>Comments</h3> {% if request.user %} |