From f10c6dc79f5cb3680a490c6227318dd8332cbfb7 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 19 Aug 2013 13:47:13 +0000 Subject: [PATCH] fix validation problem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1515413 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_negotiation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_negotiation.xml b/docs/manual/mod/mod_negotiation.xml index 87b6371016..8228d95acb 100644 --- a/docs/manual/mod/mod_negotiation.xml +++ b/docs/manual/mod/mod_negotiation.xml @@ -193,7 +193,7 @@ Negotiation

Other configuration directives, such as Alias can be used to map document.html to - document.html.var

. + document.html.var.

-- 2.50.1