Merge pull request #131 from ameya-pandilwar/update-link-title

Update link navigation title to make it consistent
This commit is contained in:
Antoine Rey 2016-04-04 08:36:55 +02:00
commit 9a150fcc45

View file

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