diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -31,8 +31,8 @@ DESCRIPTION server-side includes. It is designed for injecting headers and footers that belong in the <body> element, such as headings, menu bars and copyright notices. While you can technically include <head> elements in - your header file, they will be placed in the body of the HTML page and - not in the head. + 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 files |