Invalid anchor tag fixed.
This commit is contained in:
@@ -61,8 +61,8 @@ if (decodedAttribute != null) {
|
|||||||
</form>
|
</form>
|
||||||
<% if ( !imgurl.isEmpty()) { %>
|
<% if ( !imgurl.isEmpty()) { %>
|
||||||
<hr/>
|
<hr/>
|
||||||
<a href="<%=svgurl%>"/>View as SVG</a>
|
<a href="<%=svgurl%>">View as SVG</a>
|
||||||
<a href="<%=txturl%>"/>View as ASCII Art</a>
|
<a href="<%=txturl%>">View as ASCII Art</a>
|
||||||
<p id="diagram">
|
<p id="diagram">
|
||||||
<img src="<%=imgurl %>" alt="PlantUML diagram"/>
|
<img src="<%=imgurl %>" alt="PlantUML diagram"/>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user