1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-06-08 11:20:52 +00:00

Change back to PNG image

Change back to PNG image as default
This commit is contained in:
niceborn 2022-12-08 15:48:38 +01:00 committed by PlantUML
parent b2019c1245
commit 76f04f4a58

View File

@ -86,7 +86,7 @@
<%@ include file="resource/socialbuttons2.jspf" %>
<% } %>
<p id="diagram">
<img src="<%= svgurl %>" alt="PlantUML diagram" />
<img src="<%= imgurl %>" alt="PlantUML diagram" />
<%= map %>
</p>
<% } %>