Kaynağa Gözat

Merge branch 'master' into t/236

Aleksander Nowodzinski 8 yıl önce
ebeveyn
işleme
be7b8ca5db

+ 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>