diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Apache/Inject.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Apache/Inject.pm b/lib/Apache/Inject.pm index 38aae8e..8de0249 100644 --- a/lib/Apache/Inject.pm +++ b/lib/Apache/Inject.pm @@ -82,8 +82,8 @@ The Inject directive serves a much more specific purpose than server-side includes. It is designed for injecting headers and footers that belong in the E<lt>bodyE<gt> element, such as headings, menu bars and copyright notices. While you can technically include -E<lt>headE<gt> elements in your header file, they will be placed -in the body of the HTML page and not in the head. +E<lt>headE<gt> elements in your header file, Apache::Inject will +place them in the body of the HTML page and not in the head. The main benefit over server-side includes is that the header and footer is specified in the server configuration instead of the HTML |