Skip to content

Commit e74e468

Browse files
nl6720jelly
authored andcommitted
templates/public/download.html: fix typo in br tag
br should be a self-closing tag not a closing tag.
1 parent 8a1e76e commit e74e468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/public/download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h3>Vagrant images</h3>
7777

7878
<p>Vagrant images for libvirt and virtualbox are available on the <a href="https://app.vagrantup.com/archlinux/boxes/archlinux">Vagrant Cloud</a>. You can bootstrap the image with the following commands:</p>
7979
<code>vagrant init archlinux/archlinux</code>
80-
</br>
80+
<br/>
8181
<code>vagrant up</code>
8282

8383
<h3>Docker image</h3>

0 commit comments

Comments
 (0)