summaryrefslogtreecommitdiff
path: root/templates/packages
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-05-25 14:24:26 -0500
committerDan McGee <dan@archlinux.org>2010-05-25 14:25:05 -0500
commitda67c4a736c79926abc8b3ae70272ea880567c7c (patch)
treefcc6ad39168c3e6cbbe91a28cbc4b92368bfb379 /templates/packages
parente817efad53bc075ca94e6effd6eb3b6c838e2e63 (diff)
Fix some link title issues
We can't wrap inside the title attribute on links, so fix all the places where this was happening. The following command helped: $ grep -R --color 'title="[^"]*$' templates/ Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages')
-rw-r--r--templates/packages/details.html10
1 files changed, 3 insertions, 7 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html
index 19a4b2bc..192dce82 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -9,13 +9,9 @@
<div id="actionlist" class="listing">
<ul class="small">
- <li><a href="{{ pkg.get_arch_svn_link }}" title="View PKGBUILD
- files for {{ pkg.pkgname }} in the {{pkg.repo|lower}}-{{pkg.arch}}
- subversion branch">SVN Entries ({{pkg.repo|lower}}-{{pkg.arch}})</a></li>
- <li><a href="{{ pkg.get_trunk_svn_link }}" title="View PKGBUILD
- files for {{ pkg.pkgname }} in the subversion trunk">SVN Entries (trunk)</a></li>
- <li><a href="{{ pkg.get_bugs_link }}" title="View existing bug
- tickets for {{ pkg.pkgname }}">Bug Reports</a></li>
+ <li><a href="{{ pkg.get_arch_svn_link }}" title="View SVN entries in the {{pkg.repo|lower}}-{{pkg.arch}} branch">SVN Entries ({{pkg.repo|lower}}-{{pkg.arch}})</a></li>
+ <li><a href="{{ pkg.get_trunk_svn_link }}" title="View SVN entries on trunk">SVN Entries (trunk)</a></li>
+ <li><a href="{{ pkg.get_bugs_link }}" title="View existing bug tickets for {{ pkg.pkgname }}">Bug Reports</a></li>
<li>
{% if pkg.needupdate %}
<span class="flagged">This package has been flagged out-of-date</span>