Update link navigation title to make it consistent

This commit is contained in:
Ameya Pandilwar 2016-02-07 18:31:11 -05:00
parent ca8781b0e5
commit 6f349ec2eb

View file

@ -36,7 +36,7 @@
<a href="<spring:url value="/vets.xml" htmlEscape="true" />">View as XML</a>
</td>
<td>
<a href="<spring:url value="/vets.json" htmlEscape="true" />">View as JSon</a>
<a href="<spring:url value="/vets.json" htmlEscape="true" />">View as JSON</a>
</td>
</tr>
</table>