summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2017-05-19 22:53:15 +0200
committerJelle van der Waa <jelle@vdwaa.nl>2017-05-19 23:04:39 +0200
commit2214611dd108acb100161b8d1ae01c9dce1a5fab (patch)
treed7c70985d4d6391fa232e30c191279367d8c82a1
parent053473545b686682c8b71acddcb023375617b151 (diff)
downloadarchweb-2214611dd108acb100161b8d1ae01c9dce1a5fab.tar.gz
archweb-2214611dd108acb100161b8d1ae01c9dce1a5fab.zip
Fix invalid code tags
Code tags should be closed with a </close> tag Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
-rw-r--r--templates/public/download.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/download.html b/templates/public/download.html
index 62fb3fae..6f9f558b 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -20,9 +20,9 @@
<h3>Release Info</h3>
<p>The image can be burned to a CD, mounted as an ISO file,
- or be directly written to a USB stick using a utility like <code>dd<code>. It
+ or be directly written to a USB stick using a utility like <code>dd</code>. It
is intended for new installations only; an existing Arch Linux system
- can always be updated with <code>pacman -Syu<code>.</p>
+ can always be updated with <code>pacman -Syu</code>.</p>
<ul>
{% if release.version %}<li><strong>Current Release:</strong> {{ release.version }}</li>{% endif %}