# HG changeset patch # User Brian Neal # Date 1332620291 18000 # Node ID 0900c08055f0a3825f0bc7a3e5cbb44c838fa345 # Parent b8a71c767dc025e943c3e8a33b5098ea12cadd12 Add paragraph tags to the "no downloads" message. diff -r b8a71c767dc0 -r 0900c08055f0 madeira/templates/mp3/collection_list.html --- a/madeira/templates/mp3/collection_list.html Sat Mar 24 15:14:40 2012 -0500 +++ b/madeira/templates/mp3/collection_list.html Sat Mar 24 15:18:11 2012 -0500 @@ -18,6 +18,6 @@ {% endfor %} {% include 'pagination.html' %} {% else %} -No downloads available at this time. +

No downloads available at this time.

{% endif %} {% endblock %}