Skip to content

Commit

Permalink
Fixed textarea/@id
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 17, 2023
1 parent 6f1a8df commit c86efe9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ LIMIT 100</xsl:param>

<textarea name="query" class="span12" rows="15">
<xsl:if test="$textarea-id">
<xsl:attribute name="textarea-id" select="$textarea-id"/>
<xsl:attribute name="id" select="$textarea-id"/>
</xsl:if>

<xsl:value-of select="if ($query) then $query else $default-query"/>
Expand Down

0 comments on commit c86efe9

Please sign in to comment.