Skip to content

Commit 4318dd9

Browse files
committed
[css2] Missing quote in URI rule
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402826
1 parent e25b648 commit 4318dd9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/grammar.src

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: grammar.src,v 2.52 2008-02-05 18:17:01 bbos Exp $ -->
3+
<!-- $Id: grammar.src,v 2.53 2008-03-05 18:52:32 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Grammar of CSS&nbsp;2.1</TITLE>
@@ -236,8 +236,8 @@ Z z|\\0{0,4}(5a|7a)(\r\n|[ \t\r\n\f])?|\\z
236236
{num}% {return PERCENTAGE;}
237237
{num} {return NUMBER;}
238238

239-
{U}{R}{L}("{w}{string}{w}")" {return URI;}
240-
{U}{R}{L}("{w}{url}{w}")" {return URI;}
239+
{U}{R}{L}"("{w}{string}{w}")" {return URI;}
240+
{U}{R}{L}"("{w}{url}{w}")" {return URI;}
241241

242242
{ident}"(" {return FUNCTION;}
243243

0 commit comments

Comments
 (0)