Temporary suppression of map

This commit is contained in:
Arnaud Roques
2017-06-18 21:21:31 +02:00
parent 09140bb9d8
commit bfb5f3ad15

View File

@@ -83,10 +83,7 @@
<p id="diagram"> <p id="diagram">
<c:choose> <c:choose>
<c:when test="${!empty mapurl}"> <c:when test="${!empty mapurl}">
<img src="${imgurl}" alt="PlantUML diagram" usemap="#umlmap" /> <img src="${imgurl}" alt="PlantUML diagram" />
<map name="umlmap">
<c:import url="${mapurl}" />
</map>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<img src="${imgurl}" alt="PlantUML diagram" /> <img src="${imgurl}" alt="PlantUML diagram" />