view dtd/error.dtd @ 2613:19adce855a3f

Updated njs Compatibility with new methods.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 20 Oct 2020 14:38:38 +0100
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
>