diff options
author | Dan McGee <dan@archlinux.org> | 2010-05-25 21:24:26 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-05-25 21:25:05 +0200 |
commit | da67c4a736c79926abc8b3ae70272ea880567c7c (patch) | |
tree | fcc6ad39168c3e6cbbe91a28cbc4b92368bfb379 /templates/public/feeds.html | |
parent | e817efad53bc075ca94e6effd6eb3b6c838e2e63 (diff) | |
download | archweb-da67c4a736c79926abc8b3ae70272ea880567c7c.tar.gz archweb-da67c4a736c79926abc8b3ae70272ea880567c7c.tar.xz |
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/public/feeds.html')
-rw-r--r-- | templates/public/feeds.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/templates/public/feeds.html b/templates/public/feeds.html index 553aa3e..0df6019 100644 --- a/templates/public/feeds.html +++ b/templates/public/feeds.html @@ -23,7 +23,7 @@ <h3>Package Feeds</h3> <p>If you are interested in <a href="/feeds/packages/" class="rss" - title="Arch Linux all package update feed">all package updates</a>, + title="Arch Linux package updates feed">all package updates</a>, then grab this feed. Note that when a package is updated for multiple architectures, you will see each individual update show up here. Alternatively, you can select a packages feed from the below table that is @@ -55,16 +55,13 @@ </tbody> </table> - <p>A <a href="http://aur.archlinux.org/rss.php" class="rss" title="AUR - newest packages feed">Newest Packages feed</a> is also available from - the <a href="http://aur.archlinux.org/" title="AUR Homepage">Arch User - Repository (AUR)</a>.</p> + <p>A <a href="http://aur.archlinux.org/rss.php" class="rss" title="AUR newest packages feed">newest packages feed</a> + is also available from the <a href="http://aur.archlinux.org/" title="AUR Homepage">Arch User Repository (AUR)</a>.</p> <h3>Development Feeds</h3> <p>Subscribe to any of the following to track bug tickets and feature - requests from the <a href="http://bugs.archlinux.org/" title="Arch Linux - Bugs">Arch Linux Bugtracker</a>:</p> + requests from the <a href="http://bugs.archlinux.org/" title="Arch Linux Bugs">Arch Linux Bugtracker</a>:</p> <table class="pretty2"> <thead> |