comparison xsls/security.xsls @ 71:c007b57d617c

The first line indentation in a paragraph which is used in Russian typographics isn't common for other languages. In HTML, even with Russian contents, paragraphs are usually separated with a vertical interval without the first line indentation. We will be following this convention as well.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 10 Oct 2011 08:23:43 +0000
parents 61e04fc01027
children ee725af08951
comparison
equal deleted inserted replaced
70:272d99af0c15 71:c007b57d617c
40 40
41 41
42 X:template = "security/item" { 42 X:template = "security/item" {
43 43
44 <li> 44 <li>
45 <p class="noindent"> 45 <p>
46 46
47 !{@title}<br/> 47 !{@title}<br/>
48 48
49 X:if "@severity = 'major'" { 49 X:if "@severity = 'major'" {
50 X:text{Severity: } <b>!{@severity}</b><br/> 50 X:text{Severity: } <b>!{@severity}</b><br/>