Allow multiple spaces after attribute in location header
This commit is contained in:
parent
2b962e99d4
commit
0bfcf658db
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ location_header =
|
|||
;
|
||||
|
||||
location_attribute =
|
||||
n '\t' key:identifier ' ' value:string
|
||||
n '\t' key:identifier s value:string
|
||||
;
|
||||
|
||||
location = >location_header items:{ block } ;
|
||||
|
|
Loading…
Reference in a new issue