From fc5029ce8ed8275c8200ebfa4a64a6eac9c50ff3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sun, 28 Nov 2004 19:20:48 +0000 Subject: [PATCH] add program element git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@106837 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/common.dtd | 4 +++- docs/manual/style/xsl/common.xsl | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/manual/style/common.dtd b/docs/manual/style/common.dtd index 07d29dc3f21..8b9285a45b6 100644 --- a/docs/manual/style/common.dtd +++ b/docs/manual/style/common.dtd @@ -36,7 +36,7 @@ +program | img | cite | q | dfn | var | transnote | glossary | phonetic"> @@ -73,6 +73,8 @@ img | cite | q | dfn | var | transnote | glossary | phonetic"> type CDATA #IMPLIED status CDATA #IMPLIED > + + diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 2f96201697a..10745f2473a 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -699,6 +699,20 @@ + + + + + + + + + + + + + + -- 2.47.2