comparison xslt/error.xslt @ 1273:f03f057e12ff

Regenerated.
author Vladimir Homutov <vl@nginx.com>
date Tue, 26 Aug 2014 15:21:54 +0400
parents c454373427ef
children 2aeeb695e844
comparison
equal deleted inserted replaced
1272:e6f3391df2ea 1273:f03f057e12ff
28 28
29 <xsl:template match="/error"> 29 <xsl:template match="/error">
30 <html><head><title> <xsl:value-of select="@name"/> </title> 30 <html><head><title> <xsl:value-of select="@name"/> </title>
31 31
32 <style type="text/css"><xsl:value-of select=" normalize-space(' 32 <style type="text/css"><xsl:value-of select=" normalize-space('
33 body { font-family: Georgia, serif; } 33 body { background: white;
34 color: black;
35 font-family: Georgia, serif; }
34 ') "/> 36 ') "/>
35 </style> 37 </style>
36 38
37 <xsl:call-template name="ga"/></head> 39 <xsl:call-template name="ga"/></head>
38 40