From 776b0459116f1ff26aa87bbebeb82d4d05bd3511 Mon Sep 17 00:00:00 2001
From: tworrall
Date: Wed, 30 Nov 2011 20:36:05 +0000
Subject: [PATCH] NIHVIVO-2595 adding title attribute to anchor tags
---
themes/wilma/templates/footer.ftl | 14 +++++++-------
themes/wilma/templates/identity.ftl | 12 ++++++------
themes/wilma/templates/menu.ftl | 4 ++--
3 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/themes/wilma/templates/footer.ftl b/themes/wilma/templates/footer.ftl
index 73305370..ba54d9e8 100644
--- a/themes/wilma/templates/footer.ftl
+++ b/themes/wilma/templates/footer.ftl
@@ -7,25 +7,25 @@
<#if copyright??>
©${copyright.year?c}
<#if copyright.url??>
- ${copyright.text}
+ ${copyright.text}
<#else>
${copyright.text}
#if>
- | Terms of Use |
+ | Terms of Use |
#if>
- Powered by VIVO
+ Powered by VIVO
<#if user.hasRevisionInfoAccess>
- | Version ${version.label}
+ | Version ${version.label}
#if>
diff --git a/themes/wilma/templates/identity.ftl b/themes/wilma/templates/identity.ftl
index e9508c59..6a35a520 100644
--- a/themes/wilma/templates/identity.ftl
+++ b/themes/wilma/templates/identity.ftl
@@ -9,22 +9,22 @@