summaryrefslogtreecommitdiff
path: root/templates/packages
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-08-26 14:39:58 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-08-26 14:39:58 -0400
commit903a832e04c658b66bc38b1babfb0f3faebdc8b1 (patch)
treedc41169de3438a563662bb89c899b496b6633373 /templates/packages
parent142730248c8e5f2a243393192aa15ebad6d52a7b (diff)
Fix typos
Diffstat (limited to 'templates/packages')
-rw-r--r--templates/packages/details.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html
index 82a2965f..321afdf7 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -39,14 +39,14 @@
<li><a href="unflag/all/" title="Unflag all matching pkgbase">Click here to unflag all split packages</a></li>
{% endif %}
{% else %}
- {% if pkg.arch.name == "mips64el" or pkg.repo.name == "Libre" or pkg.repo.name = "Pcr" %}
+ {% if pkg.arch.name == "mips64el" or pkg.repo.name == "Libre" or pkg.repo.name == "Pcr" %}
<li><a href="flag/" title="Flag {{ pkg.pkgname }} as out-of-date">Flag Package Out-of-Date</a>
<a href="/packages/flaghelp/"
title="Get help on package flagging"
onclick="return !window.open('/packages/flaghelp/','FlagHelp',
'height=350,width=450,location=no,scrollbars=yes,menubars=no,toolbars=no,resizable=no');">(?)</a></li>
{% elif pkg.arch.name == "i686" or pkg.arch.name == "x86_64" %}
- <li>This package comes from arch</li>
+ <li>This package comes from Arch</li>
{% endif %}
{% endif %}
<li><a href="download/" rel="nofollow" title="Download {{ pkg.pkgname }} from mirror">Download From Mirror</a></li>