HTTP errors are now output as "code (text)".
This commit is contained in:
parent
72a0e6b2ff
commit
d627a9d08a
1 changed files with 1 additions and 2 deletions
|
@ -35,8 +35,7 @@ X:stylesheet {
|
|||
X:template = "header" { <code> !!; </code> }
|
||||
|
||||
X:template = "http-error" {
|
||||
<i> X:text{"} !{@text} X:text{"} </i>
|
||||
X:text{ (} !{@code} X:text{)}
|
||||
!{@code} X:text{ (} !{@text} X:text{)}
|
||||
}
|
||||
|
||||
X:template = "link[@url]" { <a href="{@url}"> !!; </a> }
|
||||
|
|
Loading…
Reference in a new issue