mirror of
https://github.com/octoleo/plantuml-server.git
synced 2024-12-22 08:48:54 +00:00
Temporary suppression of map
This commit is contained in:
parent
09140bb9d8
commit
bfb5f3ad15
@ -83,10 +83,7 @@
|
||||
<p id="diagram">
|
||||
<c:choose>
|
||||
<c:when test="${!empty mapurl}">
|
||||
<img src="${imgurl}" alt="PlantUML diagram" usemap="#umlmap" />
|
||||
<map name="umlmap">
|
||||
<c:import url="${mapurl}" />
|
||||
</map>
|
||||
<img src="${imgurl}" alt="PlantUML diagram" />
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<img src="${imgurl}" alt="PlantUML diagram" />
|
||||
|
Loading…
Reference in New Issue
Block a user