HTTP errors are now output as "code (text)".

This commit is contained in:
Ruslan Ermilov 2011-09-12 09:48:33 +00:00
parent e07a3577a9
commit 5a8a4bd20c

View File

@ -35,8 +35,7 @@ X:stylesheet {
X:template = "header" { <code> !!; </code> }
X:template = "http-error" {
<i> X:text{&quot;} !{@text} X:text{&quot;} </i>
X:text{ (} !{@code} X:text{)}
!{@code} X:text{ (} !{@text} X:text{)}
}
X:template = "link[@url]" { <a href="{@url}"> !!; </a> }