summaryrefslogtreecommitdiff
path: root/templates/public/download.html
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2019-04-04 23:39:27 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2019-04-04 23:39:27 -0400
commit7f91c4effbd96b51de2b63323a5ea63b19573f48 (patch)
treec4aad35c386a11691edf57aa9c159608077b928d /templates/public/download.html
parenta526410f2a5be83c0b853bb4e7624c77997ccd61 (diff)
parent063784db760a85236068a8bbacd01af2d1036d4b (diff)
Merge tag 'release_2017-05-24' into archweb-genericarchweb-generic
Diffstat (limited to 'templates/public/download.html')
-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 af3706a3..51573378 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -21,9 +21,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 {{ BRANDING_DISTRONAME }} 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 %}