Skip to content

Commit eac408e

Browse files
committed
[css-gcpm] fixed unescaped angle bracket in propdef
1 parent ad73c13 commit eac408e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-gcpm/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h4 id="setting-named-strings-the-string-set-pro">
5959
''content-list'' expands to one or more of the following values, in any order.
6060

6161
<pre class="prod">
62-
<dfn id="content-list">content-list</dfn> = [ &lt;string> | &lt;counter()> | &lt;counters()> | &lt;content()> | attr(<identifier>) ]+
62+
<dfn id="content-list">content-list</dfn> = [ &lt;string> | &lt;counter()> | &lt;counters()> | &lt;content()> | attr(&lt;identifier>) ]+
6363
</pre>
6464

6565

0 commit comments

Comments
 (0)