mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
<br> to <br />
This commit is contained in:
parent
b8d4673609
commit
66c3e0c98f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
<div class="row">
|
||||
{% for client in page.clients %}
|
||||
{% cycle '', '', '', '</div><br><div class="row">' %}
|
||||
{% cycle '', '', '', '</div><br /><div class="row">' %}
|
||||
<div class="span-one-third">
|
||||
<h2><a href="http://{{ client.url }}">{{ client.name }}</a></h2>
|
||||
<img src="img/clients/{{ client.image }}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue