diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-16 02:18:33 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-04-16 02:18:33 -0400 |
commit | 4d4f76a4fd24891669c254b86b0173258b719b0e (patch) | |
tree | d251fd134ef6798928aad6bb41d34f4e60ade13d | |
parent | b907a700616c4d96fbb7a801b624d1193fc53aec (diff) |
Fix missing single-quote
-rw-r--r-- | templates/public/index.html | 2 |
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 & Artwork</a></li> <li><a href="{% url 'news-list' %}" title="News Archives">News Archives</a></li> |