Skip to content

Commit c60c801

Browse files
committed
Fix $forClass value in ldh:ResourceUpdated by adding @typeof on div.modal.modal-constructor
1 parent e17e50a commit c60c801

File tree

1 file changed

+1
-1
lines changed
  • src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client

1 file changed

+1
-1
lines changed

src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/client/form.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ WHERE
910910
</xsl:variable>
911911

912912
<xsl:result-document href="?." method="ixsl:append-content">
913-
<div class="modal modal-constructor fade in">
913+
<div class="modal modal-constructor fade in" typeof="{$forClass}"> <!-- $forClass used by ldh:ResourceUpdated in case of 4xx response -->
914914
<!--
915915
<xsl:if test="$id">
916916
<xsl:attribute name="id" select="$id"/>

0 commit comments

Comments
 (0)