Explorar el Código

Bug fix

[SVN r22400]
Misha Bergal hace 22 años
padre
commit
ff4ad4b39f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tools/regression/xsl_reports/xsl/links_page.xsl

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

@@ -24,7 +24,7 @@
 
 
   <xsl:output method="html" 
   <xsl:output method="html" 
     doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" 
     doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" 
-    encoding="utf-8" 
+     encoding="utf-8" 
     indent="yes"
     indent="yes"
     />
     />
 
 
@@ -154,7 +154,7 @@
             <p>
             <p>
               <div class="log-linker-output-title">Lib output:</div>
               <div class="log-linker-output-title">Lib output:</div>
               <p>
               <p>
-                See <a href="#{meta:encode_path( lib/node() )}">
+                See <a href="{meta:encode_path( lib/node() )}.html">
                 <xsl:copy-of select="lib/node()"/>
                 <xsl:copy-of select="lib/node()"/>
                 </a>
                 </a>
               </p>
               </p>

粤ICP备19079148号