Explorar el Código

fix html generation

[SVN r22401]
Aleksey Gurtovoy hace 22 años
padre
commit
dee46eed12
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/regression/xsl_reports/xsl/result_page.xsl

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

@@ -373,7 +373,7 @@
 
             </tbody>
           </table>
-          <xsl:if test="count( $library_marks ) > 0 ">
+          <xsl:if test="count( $library_marks/note ) > 0 ">
             <table border="0" cellpadding="0" cellspacing="0" class="detail-library-notes" summary="library notes">
               <xsl:for-each select="$library_marks/note">
                 <tr class="detail-library-note">

粤ICP备19079148号