aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Apache/Inject.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Apache/Inject.pm b/lib/Apache/Inject.pm
index 89c0db8..0670e69 100644
--- a/lib/Apache/Inject.pm
+++ b/lib/Apache/Inject.pm
@@ -26,8 +26,8 @@ sub Inject {
# Construct directives for passing arguments to handler
my $head = $args[0];
my $foot = $args[1] || '-'; # single hyphen signifies absence of argument
- $head =~ s/\\/\\\\/; s/"/\\"/;
- $foot =~ s/\\/\\\\/; s/"/\\"/;
+ $head =~ s/\\/\\\\/; $head =~ s/"/\\"/;
+ $foot =~ s/\\/\\\\/; $foot =~ s/"/\\"/;
# Add relevant directives to current configuration
$parms->add_config([