mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Handle includes with quotes
This commit is contained in:
@@ -274,7 +274,7 @@ elsif ($_[0] =~ /^\|(.*)$/) {
|
||||
elsif ($_[0] =~ /^(\/.*)$/) {
|
||||
@rv = (3, $1);
|
||||
}
|
||||
elsif ($_[0] =~ /^:include:(.*)$/) {
|
||||
elsif ($_[0] =~ /^:include:"(.*)"$/ || $_[0] =~ /^:include:(.*)$/) {
|
||||
@rv = (2, $1);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user