view dtd/error.dtd @ 125:c7d2ce96298b

Made sure to always pass "@lang" to the parameterized "style" template.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 21 Oct 2011 06:22:24 +0000
parents 7db449e89e92
children be54c443235a
line wrap: on
line source

<!ELEMENT  error        EMPTY >
<!ATTLIST  error
           name         CDATA #REQUIRED
           link         CDATA #REQUIRED
           lang         CDATA #REQUIRED
>