mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
#881 text bold tag changed to '<strong>' from '<b>'
This commit is contained in:
parent
49daa9d95d
commit
434c2b6ce9
3 changed files with 5 additions and 1 deletions
|
|
@ -5205,6 +5205,8 @@ xe.XE_XHTMLFormatter = $.Class({
|
|||
tag = tag.toLowerCase();
|
||||
attrs = $.trim(attrs || '');
|
||||
|
||||
if(replace_tags[tag]!=undefined) tag = replace_tags[tag];
|
||||
|
||||
if (!closing) {
|
||||
if ($.inArray(tag,no_closing_tags) >= 0) {
|
||||
var len = attrs.length;
|
||||
|
|
|
|||
|
|
@ -5210,6 +5210,8 @@ xe.XE_XHTMLFormatter = $.Class({
|
|||
tag = tag.toLowerCase();
|
||||
attrs = $.trim(attrs || '');
|
||||
|
||||
if(replace_tags[tag]!=undefined) tag = replace_tags[tag];
|
||||
|
||||
if (!closing) {
|
||||
if ($.inArray(tag,no_closing_tags) >= 0) {
|
||||
var len = attrs.length;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue