view dtd/error.dtd @ 667:81ac18894319

link and lang tags corrected.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 05 Sep 2012 16:00:37 +0000
parents be54c443235a
children
line wrap: on
line source

<!--
  Copyright (C) Nginx, Inc.
  -->

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