Invalid anchor tag fixed.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user