Revert "<br> to <br />"

<br> is correct HTML5. See
http://stackoverflow.com/questions/1946426/html-5-is-it-br-br-or-br

This reverts commit 66c3e0c98f.
This commit is contained in:
Nils Schneider 2012-05-02 12:07:34 +02:00
parent 0f630f3e02
commit cf3cdda4ee

View file

@ -47,7 +47,7 @@ clients:
<p>Bitcoin is a system of merchants, individuals, a network of participants and software. Together they maintain a mutually co-operating infrastructure without the need for authorities - a decentralised peer-to-peer system. A core layer of the Bitcoin system is the Bitcoin network through which people interact with it using Bitcoin client software. Below we list such software.</p> <p>Bitcoin is a system of merchants, individuals, a network of participants and software. Together they maintain a mutually co-operating infrastructure without the need for authorities - a decentralised peer-to-peer system. A core layer of the Bitcoin system is the Bitcoin network through which people interact with it using Bitcoin client software. Below we list such software.</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 }}" />