summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngel Velásquez <angvp@archlinux.org>2017-04-18 09:27:16 -0400
committerGitHub <noreply@github.com>2017-04-18 09:27:16 -0400
commit4250aefca3397ff4628e9118df5274b85fdab66e (patch)
treebda54d09470f3c268b97173eae92413069cd0b99
parentb7c718a075474575f4901de4d2ea707210dba756 (diff)
parent656bd0413e664f7c436f66a5f2fd43508ea66ab1 (diff)
downloadarchweb-4250aefca3397ff4628e9118df5274b85fdab66e.tar.gz
archweb-4250aefca3397ff4628e9118df5274b85fdab66e.zip
Merge pull request #14 from jelly/code_tags_instead_backticks
Use code tags instead of backticks
-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 %}