diff options
author | root <root@rbsd.ankarstrom.se> | 2021-04-24 15:24:06 +0000 |
---|---|---|
committer | root <root@rbsd.ankarstrom.se> | 2021-04-24 15:24:06 +0000 |
commit | 69efb3ce551d19d7963c4de9b420a70a0755da0d (patch) | |
tree | 59307e604a6e4c5180a6f61a24fa7a854988d11b /lib | |
parent | 9de1f3d2445f84180da4243522ede7955012eeaf (diff) | |
download | Apache-Inject-69efb3ce551d19d7963c4de9b420a70a0755da0d.tar.gz |
Fix typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Apache/Inject.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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. |