view dtd/i18n.dtd @ 134:0991bf45cbb8

Added "white-space: nowrap" to prevent date wrapping. Additionally, moved all formatting into CSS where it should be.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 21 Oct 2011 21:16:08 +0000
parents 2bf4cd2787c5
children be54c443235a
line wrap: on
line source

<!ELEMENT  i18n         (text+) >

<!ELEMENT  text         (item+) >
<!ATTLIST  text
           lang         CDATA #REQUIRED
>

<!ELEMENT  item         (#PCDATA) >
<!ATTLIST  item
           id           CDATA #REQUIRED
>