Skip to content

Commit 193d456

Browse files
committed
[css2] Escaped < as &lt;
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403111
1 parent 0bc8071 commit 193d456

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.65 2011-03-03 15:32:24 bbos Exp $ -->
3+
<!-- $Id: grammar.src,v 2.66 2011-03-03 20:55:14 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Grammar of CSS&nbsp;2.1</TITLE>
66
</HEAD>
@@ -313,8 +313,8 @@ the returned tokens, only the efficiency of the scanner):
313313
@/-\\ return DELIM;
314314
-/\\ return DELIM;
315315
-/- return DELIM;
316-
\</! return DELIM;
317-
\</!- return DELIM;
316+
\&lt;/! return DELIM;
317+
\&lt;/!- return DELIM;
318318
{num}{ident}/\\ return DIMENSION;
319319
{num}/\\ return NUMBER;
320320
{num}/- return NUMBER;

0 commit comments

Comments
 (0)