Skip to content

Commit 593bc3d

Browse files
committed
dummy checkin for debugging
1 parent 20b68cf commit 593bc3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css3-values/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ <h3>Strings</h3>
258258

259259
<div class=example>
260260
<pre>
261-
content: "this is a 'string'";
262-
content: "this is a \"string\"";
261+
content: 'this is a "string"';
262+
content: 'this is a \'string\'';
263263
</pre>
264264
</div>
265265

0 commit comments

Comments
 (0)