view dtd/error.dtd @ 2489:bda080989b6c

Fixed indentation and braces in njs example.
author Vladimir Homutov <vl@nginx.com>
date Wed, 22 Jan 2020 13:10:07 +0300
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
>