[css3-syntax] Fix whitespace in the !important diagram.

Mon, 11 Feb 2013 17:45:58 -0800

author
Simon Sapin <simon.sapin@exyr.org>
date
Mon, 11 Feb 2013 17:45:58 -0800
changeset 7440
b2d87226b3e3
parent 7439
9d57f98d774f
child 7441
2a7cb1ed8232

[css3-syntax] Fix whitespace in the !important diagram.

css3-syntax/Diagrams.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-syntax/Diagrams.src.html	Mon Feb 11 17:08:40 2013 -0800
     1.2 +++ b/css3-syntax/Diagrams.src.html	Mon Feb 11 17:45:58 2013 -0800
     1.3 @@ -219,7 +219,7 @@
     1.4  
     1.5  add('!important', Diagram(
     1.6      NT('DELIM(!)'), NT('WS*'),
     1.7 -    NT('IDENT(ASCII case-insensitive match for "important")')));
     1.8 +    NT('IDENT(ASCII case-insensitive match for "important")'), NT('WS*')));
     1.9  
    1.10  add('Component value', Diagram(Choice(0,
    1.11      NT("IDENT"),

mercurial