diff --git a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/resource.xsl b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/resource.xsl
index c40ccd6dd..59428f705 100644
--- a/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/resource.xsl
+++ b/src/main/webapp/static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/resource.xsl
@@ -516,7 +516,7 @@ extension-element-prefixes="ixsl"
                 <xsl:next-match>
                     <xsl:with-param name="id" select="()"/> <!-- only block <div>s have @id-->
                     <xsl:with-param name="about" select="()"/> <!-- only block <div>s have @about -->
-                    <xsl:with-param name="class" select="if (rdf:type/@rdf:resource = '&ldh;Object' then 'row-fluid block' else 'row-fluid'"/> <!-- only ldh:Object can nest blocks -->
+                    <xsl:with-param name="class" select="if (rdf:type/@rdf:resource = '&ldh;Object') then 'row-fluid block' else 'row-fluid'"/> <!-- only ldh:Object can nest blocks -->
                 </xsl:next-match>
             </div>
         </div>