Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Internal: Italic feature uses <i> now. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed May 23, 2017
1 parent 5b68744 commit de0fd17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/manual/contextualtoolbar/contextualtoolbar.html
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 1 addition & 1 deletion tests/manual/imagetoolbar/imagetoolbar.html
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit de0fd17

Please sign in to comment.