commit 58e12eefabe8f87ca61d725d7fb89ef6209f2f0e Author: Ondrej Lichtner olichtne@redhat.com Date: Thu Jun 26 15:01:09 2014 +0200
xml_to_html.xsl: fix copy-paste error
I incorrectly referenced the xsl file as the css style sheet...
Signed-off-by: Ondrej Lichtner olichtne@redhat.com Signed-off-by: Jiri Pirko jiri@resnulli.us
result_xslt/xml_to_html.xsl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/result_xslt/xml_to_html.xsl b/result_xslt/xml_to_html.xsl index 0cef698..31fe0d9 100644 --- a/result_xslt/xml_to_html.xsl +++ b/result_xslt/xml_to_html.xsl @@ -4,7 +4,7 @@ <xsl:template match="/"> <html> <body> - <link rel="stylesheet" type="text/css" href="http://www.lnst-project.org/files/result_xslt/xml_to_html.xsl"/> + <link rel="stylesheet" type="text/css" href="http://www.lnst-project.org/files/result_xslt/xml_to_html.css"/> <script type="text/javascript" src="http://www.lnst-project.org/files/result_xslt/xml_to_html.js"/> <h2>LNST results</h2> <xsl:apply-templates select="results/recipe"/>
lnst-developers@lists.fedorahosted.org