view dtd/error.dtd @ 2917:a2708cf6ebdb

Fixed typo in the sticky directive.
author Sergey A. Osokin <osa@FreeBSD.org.ru>
date Wed, 14 Dec 2022 18:16:49 +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
>