summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvangelos Foutras <evangelos@foutrelis.com>2017-05-22 12:47:36 +0300
committerGitHub <noreply@github.com>2017-05-22 12:47:36 +0300
commit08eef67d6aaf5a56c8df7ad4e692b319543c375c (patch)
treeaffc7d06bf459d63e99aab4a0765e9bad820ff21
parent473857858cf181d98e11b62521f9fd2884b87fd8 (diff)
parent2214611dd108acb100161b8d1ae01c9dce1a5fab (diff)
downloadarchweb-08eef67d6aaf5a56c8df7ad4e692b319543c375c.tar.gz
archweb-08eef67d6aaf5a56c8df7ad4e692b319543c375c.zip
Merge pull request #19 from jelly/fix_faulty_code_tags
Fix invalid code tags
-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 %}