summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-04-26 14:44:06 -0500
committerDan McGee <dan@archlinux.org>2012-04-26 14:44:06 -0500
commitb5ce0079643a9d026bee4871ba618c65ee4c4d1b (patch)
tree1b673bcc3cd6a74e0456b188640fc2c1adf16964
parenteba4e32891f12bca2b922ee6d859513f67789f42 (diff)
downloadarchweb-b5ce0079643a9d026bee4871ba618c65ee4c4d1b.tar.gz
archweb-b5ce0079643a9d026bee4871ba618c65ee4c4d1b.zip
Remove the superfluous "Package Details: " header text
Just use the bare package name and version here. Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--templates/packages/details.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html
index fb9d9d97..4ab55ef2 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -10,7 +10,7 @@
{% block content %}
<div id="pkgdetails" class="box">
- <h2>Package Details: {{ pkg.pkgname }} {{ pkg.full_version }}</h2>
+ <h2>{{ pkg.pkgname }} {{ pkg.full_version }}</h2>
<div id="detailslinks" class="listing">
<div id="actionlist">