Skip to content
Snippets Groups Projects
Commit 9a150fcc authored by Antoine Rey's avatar Antoine Rey
Browse files

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

Update link navigation title to make it consistent
parents 7dcf82af 6f349ec2
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment