Fixed and closed #436: HR is now correct when inserted in Visual editor.
This commit is contained in:
parent
ce3179b525
commit
9f31c1e47e
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
}
|
||||
|
||||
function insertBreak() {
|
||||
insertHTML('<h1 style="border-bottom: 1px solid rgb(153, 153, 153);"> </h1>');
|
||||
insertHTML('<h1 class="separator"> </h1>\n');
|
||||
}
|
||||
|
||||
function insertList(listTag) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue