comparison xsls/news.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
62 </table> 62 </table>
63 } 63 }
64 } 64 }
65 65
66 66
67 X:template = "event/para" { <p class="noindent"> !!; </p> }
68
69
70 } 67 }