Procházet zdrojové kódy

Fixed the problem with HTML content of the failure notes not being copied into the build output (-links) file

[SVN r21041]
Aleksey Gurtovoy před 22 roky
rodič
revize
62471aed73
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tools/regression/xsl_reports/xsl/links_page.xsl

+ 1 - 1
tools/regression/xsl_reports/xsl/links_page.xsl

@@ -88,7 +88,7 @@
               <xsl:if test="@author">
                 <xsl:value-of select="@author"/><xsl:text> </xsl:text>
               </xsl:if>
-              <xsl:copy-of select="text()"/>
+              <xsl:copy-of select="node()"/>
             </div>
           </xsl:for-each>
         </div>

粤ICP备19079148号