summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2017-04-17 22:07:38 +0200
committerJelle van der Waa <jelle@vdwaa.nl>2017-04-17 22:07:38 +0200
commit656bd0413e664f7c436f66a5f2fd43508ea66ab1 (patch)
tree5b03e2446c344f837503f2032a3e411e16a69a9f
parent5e334d78f82cb0dc5f7d3a11db423284016213b4 (diff)
downloadarchweb-656bd0413e664f7c436f66a5f2fd43508ea66ab1.tar.gz
archweb-656bd0413e664f7c436f66a5f2fd43508ea66ab1.zip
Use code tags instead of backticks
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 9116816d..62fb3fae 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 `dd`. 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 `pacman -Syu`.</p>
+ can always be updated with <code>pacman -Syu<code>.</p>
<ul>
{% if release.version %}<li><strong>Current Release:</strong> {{ release.version }}</li>{% endif %}