8
0
Pārlūkot izejas kodu

Merge branch 'master' into t/228

Aleksander Nowodzinski 8 gadi atpakaļ
vecāks
revīzija
4987e53c8d

+ 1 - 1
packages/ckeditor5-ui/tests/manual/contextualtoolbar/contextualtoolbar.html

@@ -1,5 +1,5 @@
 <div id="editor">
-	<p><em>This</em> is a <strong>first line</strong> of text.</p>
+	<p><i>This</i> is a <strong>first line</strong> of text.</p>
 	<p><em>This</em> is a <strong>second line</strong> of text.</p>
 	<p><em>This</em> is the <strong>end</strong> of text.</p>
 </div>

+ 1 - 1
packages/ckeditor5-ui/tests/manual/imagetoolbar/imagetoolbar.html

@@ -1,5 +1,5 @@
 <div id="editor">
-	<p><em>This</em> is a <strong>first line</strong> of text.</p>
+	<p><i>This</i> is a <strong>first line</strong> of text.</p>
 	<figure class="image">
 		<img src="sample.jpg" alt="CKEditor logo" />
 	</figure>