NIHVIVO-2595 adding title attribute to anchor tags

This commit is contained in:
tworrall 2011-11-30 21:25:07 +00:00
parent 89e55aafde
commit b0fc727218
53 changed files with 109 additions and 109 deletions

View file

@ -4,7 +4,7 @@
<div class="copyright">
&copy;${copyright.year?c}
<#if copyright.url??>
<a href="${copyright.url}">${copyright.text}</a>
<a href="${copyright.url}" title="copyright">${copyright.text}</a>
<#else>
${copyright.text}
</#if>