Skip to content

Commit bc6426e

Browse files
committed
dummy checkin for debugging
1 parent 99bbd9c commit bc6426e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css3-values/Overview.src.html

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

259259
<div class=example>
260260
<pre>
261-
content: &#34;this is a 'string'&#34;;
261+
content: &#34;this is a &#39;string&#39;&#34;;
262262
content: &#34;this is a \"string\"&#34;;
263-
content: 'this is a &#34;string&#34;';
264-
content: 'this is a \'string\'';
263+
content: &#39;this is a &#34;string&#34;&#39;;
264+
content: &#39;this is a \&#39;string\&#39;&#39;;
265265
</pre>
266266
</div>
267267

0 commit comments

Comments
 (0)