Hello all,
I have the following in the page config:
RTE {
default {
exitHTMLparser_db = 1
exitHTMLparser {
tags.b.remap = strong
tags.i.remap = em
}
}
}
and this used to correctly convert b to strong and i to em. However,
this does not seem to work. Any thoughts as to why?