summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-16 02:18:33 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-04-16 02:18:33 -0400
commit4d4f76a4fd24891669c254b86b0173258b719b0e (patch)
treed251fd134ef6798928aad6bb41d34f4e60ade13d
parentb907a700616c4d96fbb7a801b624d1193fc53aec (diff)
Fix missing single-quote
-rw-r--r--templates/public/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index 6686d7bb..7abd2571 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -183,7 +183,7 @@
<h4>More Resources</h4>
<ul>
- <li><a href="{% wiki_url 'Arch_Linux_press_coverage %}"
+ <li><a href="{% wiki_url 'Arch_Linux_press_coverage' %}"
title="{{ BRANDING_DISTRONAME }} in the media">Press Coverage</a></li>
<li><a href="{% url 'page-art' %}" title="{{ BRANDING_SHORTNAME }} logos and other artwork for promotional use">Logos &amp; Artwork</a></li>
<li><a href="{% url 'news-list' %}" title="News Archives">News Archives</a></li>