Fix spacing in links to attachment files.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 3 Dec 2012 15:36:34 +0000 (16:36 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Wed, 12 Dec 2012 20:49:51 +0000 (21:49 +0100)
commit13ab48a7c444ffd28a5655b8f80aa4479dcdc58a
tree2f472d7065cb2e88b43b70e00c361edfc0cd836a
parent6af6bc05bbd3c54ca242cbda0e74c62b023fe629
Fix spacing in links to attachment files.

We had """<a href="abc.dat"> abc.dat</a>""" (note the
apace).  And this space is being rendered as a link by
browsers.  This looks strange, really.

So fix the spacing.
mediagoblin/templates/mediagoblin/edit/attachments.html
mediagoblin/templates/mediagoblin/user_pages/media.html