From da67c4a736c79926abc8b3ae70272ea880567c7c Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 25 May 2010 14:24:26 -0500 Subject: 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 --- templates/packages/details.html | 10 +++------- templates/public/feeds.html | 11 ++++------- templates/public/index.html | 4 ++-- 3 files changed, 9 insertions(+), 16 deletions(-) (limited to 'templates') 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 @@