diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | lib/Apache/Inject.pm | 2 | ||||
-rwxr-xr-x | t/SMOKE | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -35,7 +35,7 @@ DESCRIPTION the current server or virtual server. * Apache::Inject is designed for injecting headers and footers that - belong in the <body<gt> element, such as headings, menu bars and + belong in the <body> element, such as headings, menu bars and copyright notices. It is not built for inserting <head> elements. INSTALLATION diff --git a/lib/Apache/Inject.pm b/lib/Apache/Inject.pm index 15281fb..c5dfd9f 100644 --- a/lib/Apache/Inject.pm +++ b/lib/Apache/Inject.pm @@ -88,7 +88,7 @@ of the current server or virtual server. =item * Apache::Inject is designed for injecting headers and footers that -belong in the E<lt>body<gt> element, such as headings, menu bars +belong in the E<lt>bodyE<gt> element, such as headings, menu bars and copyright notices. It is not built for inserting E<lt>headE<gt> elements. @@ -1,6 +1,6 @@ #!/usr/local/bin/perl # WARNING: this file is generated, do not edit -# generated on Sat Apr 24 14:48:36 2021 +# generated on Sat Apr 24 15:23:46 2021 # 01: /usr/local/lib/perl5/site_perl/mach/5.32/Apache/TestConfig.pm:1003 # 02: /usr/local/lib/perl5/site_perl/mach/5.32/Apache/TestConfig.pm:1095 # 03: /usr/local/lib/perl5/site_perl/mach/5.32/Apache/TestSmoke.pm:775 |