]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix long-standing typo (as of 1.17 when mod_info was ported to apache-2.0):
authorMartin Kraemer <martin@apache.org>
Tue, 7 May 2002 13:53:17 +0000 (13:53 +0000)
committerMartin Kraemer <martin@apache.org>
Tue, 7 May 2002 13:53:17 +0000 (13:53 +0000)
commit845448542e3019551f339bfe68a9ba4985c06595
tree321695d9b5c099afb3e9fec6536367b4b41e7b4c
parent26fd6622d699df4c88efbce75e3a074a7c4f498c
Fix long-standing typo (as of 1.17 when mod_info was ported to apache-2.0):
The containers would be printed as
   <Name ...>
   </,Name>
instead of the proper termination
   </Name>
(or was it intended?)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94995 13f79535-47bb-0310-9956-ffa450edef68
modules/generators/mod_info.c