Skip to content

Commit 0d1a9b3

Browse files
committed
Try to fix @typeof pattern
1 parent b2ddc4f commit 0d1a9b3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ exclude-result-prefixes="#all"
207207
</xsl:choose>
208208
</xsl:template>
209209

210-
<xsl:template match="*[@typeof]" mode="ldh:RenderRow" priority="1">
210+
<xsl:template match="*[@typeof[not(. = ('&ldh;Object', '&ldh;View', '&ldh;GraphChart', '&ldh;ResultSetChart'))]]" mode="ldh:RenderRow" priority="1">
211211
<xsl:apply-templates mode="#current"/>
212212

213213
<!-- hide the progress bar -->

0 commit comments

Comments
 (0)