mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-12-22 08:48:54 +00:00
Invalid anchor tag fixed.
This commit is contained in:
parent
85afd8196e
commit
c07e4ffe07
@ -61,8 +61,8 @@ if (decodedAttribute != null) {
|
||||
</form>
|
||||
<% if ( !imgurl.isEmpty()) { %>
|
||||
<hr/>
|
||||
<a href="<%=svgurl%>"/>View as SVG</a>
|
||||
<a href="<%=txturl%>"/>View as ASCII Art</a>
|
||||
<a href="<%=svgurl%>">View as SVG</a>
|
||||
<a href="<%=txturl%>">View as ASCII Art</a>
|
||||
<p id="diagram">
|
||||
<img src="<%=imgurl %>" alt="PlantUML diagram"/>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user