Skip to content

Commit

Permalink
Fixed <dct:title> value
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 21, 2023
1 parent c968d61 commit 3975c05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ exclude-result-prefixes="#all"
<rdf:Description rdf:about="{$query-uri}">
<rdf:type rdf:resource="&sp;Query"/>
<rdf:type rdf:resource="{$forClass}"/>
<dct:title><xsl:value-of select="$query-title"/></dct:title>
<dct:title><xsl:value-of select="$title-input/ixsl:get(., 'value')"/></dct:title>
<sp:text rdf:datatype="&xsd;string"><xsl:value-of select="$query-string"/></sp:text>

<xsl:if test="$service-uri">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -637,17 +637,6 @@ LIMIT 100
<xsl:template match="rdf:RDF | srx:sparql" mode="bs2:NavBarNavList">
<xsl:if test="$foaf:Agent//@rdf:about">
<ul class="nav pull-right">
<li>
<xsl:if test="$ac:mode = '&ac;QueryEditorMode'">
<xsl:attribute name="class" select="'active'"/>
</xsl:if>

<a href="{ac:build-uri((), map{ 'mode': '&ac;QueryEditorMode' })}" class="query-editor">
<xsl:value-of>
<xsl:apply-templates select="key('resources', 'sparql-editor', document('translations.rdf'))" mode="ac:label"/>
</xsl:value-of>
</a>
</li>
<xsl:if test="doc-available($app-request-uri)">
<li>
<div class="btn-group">
Expand Down

0 comments on commit 3975c05

Please sign in to comment.