diff options
Diffstat (limited to 'src/log2xml/log2html.xsl')
-rw-r--r-- | src/log2xml/log2html.xsl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/log2xml/log2html.xsl b/src/log2xml/log2html.xsl index be4af66ce3c7..05429efef75e 100644 --- a/src/log2xml/log2html.xsl +++ b/src/log2xml/log2html.xsl @@ -27,7 +27,7 @@ <td class='dummy'> <div class='dummy' /> </td> - <td> + <td class='line'> <xsl:apply-templates select='.'/> </td> </tr> @@ -39,7 +39,7 @@ <td class='dummy'> <div class='dummy' /> </td> - <td> + <td class='line'> <xsl:apply-templates select='.'/> </td> </tr> @@ -58,8 +58,8 @@ <xsl:template match="storeref"> <em class='storeref'> - <span class='z'><span class='popup'><xsl:apply-templates/></span></span> - <span class='elided'>(...)</span><xsl:apply-templates select='name'/><xsl:apply-templates select='path'/> + <span class='popup'><xsl:apply-templates/></span> + <span class='elided'>/...</span><xsl:apply-templates select='name'/><xsl:apply-templates select='path'/> </em> </xsl:template> |