From aa725d4f4d13c4887777984c9321ef5f47b5c471 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Fri, 27 Apr 2012 20:27:53 +0000 Subject: [PATCH] border is not allowed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1331580 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/developer/modguide.html.en | 2 +- docs/manual/developer/modguide.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/developer/modguide.html.en b/docs/manual/developer/modguide.html.en index 337128da74..d0ca80c9b6 100644 --- a/docs/manual/developer/modguide.html.en +++ b/docs/manual/developer/modguide.html.en @@ -880,7 +880,7 @@ static const command_rec example_directives[] =

-Directives structure
+Directives structure
As you can see, each directive needs at least 5 parameters set:

    diff --git a/docs/manual/developer/modguide.xml b/docs/manual/developer/modguide.xml index f03911eec8..814563624f 100644 --- a/docs/manual/developer/modguide.xml +++ b/docs/manual/developer/modguide.xml @@ -859,7 +859,7 @@ static const command_rec example_directives[] =

    -Directives structure
    +Directives structure
    As you can see, each directive needs at least 5 parameters set:

      -- 2.50.1