view dtd/error.dtd @ 2740:c3303f98a246

Replaced "instance" to "prototype" in njs Compatibility.
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 16 Jun 2021 13:49:25 +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
>