Skip to content

Commit

Permalink
Formatter / XSL / Add schema dependent CSS class in case custom style…
Browse files Browse the repository at this point in the history
… may be applied per schema
  • Loading branch information
fxprunayre committed Jan 12, 2017
1 parent e0e5e00 commit e9d02bd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@
</xsl:template>

<xsl:template name="render-record">
<div class="container-fluid gn-metadata-view">
<div class="container-fluid gn-metadata-view gn-schema-{$schema}">

<xsl:variable name="type">
<xsl:apply-templates mode="getMetadataHierarchyLevel" select="$metadata"/>
Expand Down

0 comments on commit e9d02bd

Please sign in to comment.