mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
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:
parent
0f630f3e02
commit
cf3cdda4ee
1 changed files with 1 additions and 1 deletions
|
@ -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 }}" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue