<br> to <br />

This commit is contained in:
genjix 2012-05-01 12:31:28 +01:00
parent b8d4673609
commit 66c3e0c98f

View file

@ -27,7 +27,7 @@ clients:
<p>Short text describing what a bitcoin client is and why it is required to download one as opposed to, say, using a web service...</p> <p>Short text describing what a bitcoin client is and why it is required to download one as opposed to, say, using a web service...</p>
<div class="row"> <div class="row">
{% for client in page.clients %} {% for client in page.clients %}
{% cycle '', '', '', '</div><br><div class="row">' %} {% cycle '', '', '', '</div><br /><div class="row">' %}
<div class="span-one-third"> <div class="span-one-third">
<h2><a href="http://{{ client.url }}">{{ client.name }}</a></h2> <h2><a href="http://{{ client.url }}">{{ client.name }}</a></h2>
<img src="img/clients/{{ client.image }}" /> <img src="img/clients/{{ client.image }}" />