NIHVIVO-2595 adding title attribute to anchor tags
This commit is contained in:
parent
89e55aafde
commit
b0fc727218
53 changed files with 109 additions and 109 deletions
|
@ -24,6 +24,6 @@
|
|||
</#if>
|
||||
|
||||
<#elseif ! errorOnHomePage> <#-- view for other users -->
|
||||
<p>Return to the <a href="${urls.home}">home page</a></p>
|
||||
<p>Return to the <a href="${urls.home}" title="home page">home page</a></p>
|
||||
</#if>
|
||||
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
|
||||
<p>There was an error in the system.</p>
|
||||
|
||||
<p>Return to the <a href="${urls.home}">home page</a>.</p>
|
||||
<p>Return to the <a href="${urls.home}" title="home page">home page</a>.</p>
|
Loading…
Add table
Add a link
Reference in a new issue