Skip to content

Commit

Permalink
#2581 Fixed rendering view component 'Image Chart' - moving the apost…
Browse files Browse the repository at this point in the history
…rophe
  • Loading branch information
Limraj committed Jun 22, 2023
1 parent 8c2eb1c commit 012dc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebContent/WEB-INF/tags/displayView.tag
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<c:when test="${vc.defName == 'imageChart'}">
<div id="c${vc.id}" class="viewComponent" style="position:absolute;left:${vc.x}px;top:${vc.y}px;z-index:${vc.z};"
onmouseover="vcOver('c${vc.id}', ${vc.z+1});" onmouseout="vcOut('c${vc.id}, ${vc.z}');">
onmouseover="vcOver('c${vc.id}', ${vc.z+1});" onmouseout="vcOut('c${vc.id}', ${vc.z});">
<div id="c${vc.id}Content"><img src="images/icon_comp.png" alt=""/></div>
<div id="c${vc.id}Controls" class="controlContent">
<div id="c${vc.id}Info">
Expand Down

0 comments on commit 012dc80

Please sign in to comment.