diff options
Diffstat (limited to 'lib/Apache/Inject.pm')
-rw-r--r-- | lib/Apache/Inject.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Apache/Inject.pm b/lib/Apache/Inject.pm index 7ce69b7..2c05b14 100644 --- a/lib/Apache/Inject.pm +++ b/lib/Apache/Inject.pm @@ -162,8 +162,9 @@ Apache handle it as it would if the Inject directive were not used. =item Error: Argument cannot be a single space -The file names given to Inject are not allowed to by a single space, -as this is a special value signifying absence of an argument. +In the current implementation, the file names given to Inject are +not allowed to consist solely of a single space, as this is a special +value signifying the absence of an argument. =item Error: InjectHead/InjectFoot should not begin with slash, as it is already always relative to document root |