view dtd/error.dtd @ 2406:e79e32d19ae4

Development guide: fixed function type in code example. The function actually has return code.
author Vladimir Homutov <vl@nginx.com>
date Mon, 08 Jul 2019 17:36:55 +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
>