view dtd/error.dtd @ 2280:dce69c8e4c7d

A link to the njs blogposts fixed.
author Maxim Konovalov <maxim@nginx.com>
date Tue, 27 Nov 2018 11:23:45 +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
>