1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-06-01 16:10:47 +00:00

Invalid anchor tag fixed.

This commit is contained in:
Maxime Sinclair 2011-04-26 14:47:47 +02:00
parent 85afd8196e
commit c07e4ffe07

View File

@ -61,8 +61,8 @@ if (decodedAttribute != null) {
</form>
<% if ( !imgurl.isEmpty()) { %>
<hr/>
<a href="<%=svgurl%>"/>View as SVG</a>&nbsp;
<a href="<%=txturl%>"/>View as ASCII Art</a>
<a href="<%=svgurl%>">View as SVG</a>&nbsp;
<a href="<%=txturl%>">View as ASCII Art</a>
<p id="diagram">
<img src="<%=imgurl %>" alt="PlantUML diagram"/>
</p>