Fixed and closed #436: HR is now correct when inserted in Visual editor.

This commit is contained in:
Dario Solera 2010-02-02 10:23:03 +00:00
parent ce3179b525
commit 9f31c1e47e

View file

@ -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) {