Ignore:
Timestamp:
2012-10-18T14:03:06+13:00 (12 years ago)
Author:
kjdon
Message:

don't use disable-output-escaping with copy-of

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-cols/niupepa/transform/pages/query.xsl

    r26337 r26339  
    4848      <xsl:variable name="queryparam"><xsl:apply-templates select="paramList/param[@name='query']"><xsl:with-param name="default" select="$querydefault"/><xsl:with-param name="ns" select="$ns"/></xsl:apply-templates></xsl:variable>
    4949     
    50       <xsl:copy-of select="util:getCollectionTextWithDOM('niupepa', $site_name, /page/@lang, 'simple.query', $subcolparam, $matchparam, $queryparam)" disable-output-escaping="yes"/><input type="submit"><xsl:attribute name="value"><xsl:value-of select="displayItem[@name='submit']"/></xsl:attribute></input>
     50      <xsl:copy-of select="util:getCollectionTextWithDOM('niupepa', $site_name, /page/@lang, 'simple.query', $subcolparam, $matchparam, $queryparam)"/><input type="submit"><xsl:attribute name="value"><xsl:value-of select="displayItem[@name='submit']"/></xsl:attribute></input>
    5151    </div>
    5252      </form>
Note: See TracChangeset for help on using the changeset viewer.