Skip to content

Commit

Permalink
Moved message inside <li>
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Jun 23, 2024
1 parent 786a15e commit 981fa04
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1234,11 +1234,11 @@ extension-element-prefixes="ixsl"
</button>
<ul class="dropdown-menu">
<xsl:for-each select="$constructor-classes">
<xsl:message>
key('resources', '<xsl:value-of select="."/>', $type-metadata): <xsl:value-of select="serialize(key('resources', ., $type-metadata))"/>
</xsl:message>

<li>
<xsl:message>
key('resources', '<xsl:value-of select="."/>', $type-metadata): <xsl:value-of select="serialize(key('resources', ., $type-metadata))"/>
</xsl:message>

<button type="button" class="btn btn-edit-constructors" data-resource-type="{.}">
<xsl:value-of>
<xsl:apply-templates select="key('resources', 'edit', document(resolve-uri('static/com/atomgraph/linkeddatahub/xsl/bootstrap/2.3.2/translations.rdf', $ac:contextUri)))" mode="ac:label"/>
Expand Down

0 comments on commit 981fa04

Please sign in to comment.