[TYPO3-english] Remapping b to strong, i to em

Lamb, Brian blamb at jcvi.org
Thu Oct 23 15:51:42 CEST 2008


Ah I had a typo in this email. It was

RTE {
  default {
    proc {
      exitHTMLparser_db = 1
      exitHTMLparser { 
        tags.b.remap = strong
        tags.i.remap = em
      }
    }
  }
}

I added the keepNonMatchedTags = 1 but it does not work for me. I am
using version 4.2 if that matters. 

-----Original Message-----
From: typo3-english-bounces at lists.netfielders.de
[mailto:typo3-english-bounces at lists.netfielders.de] On Behalf Of Victor
Livakovsky
Sent: Wednesday, October 22, 2008 2:41 PM
To: TYPO3 English
Subject: Re: [TYPO3-english] Remapping b to strong, i to em

> 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? 


My code for same possibility:

RTE.default.proc {
  exitHTMLparser_db = 1
  exitHTMLparser_db {
    tags.b.remap = strong
    tags.i.remap = em
    keepNonMatchedTags = 1
  }
}


It works 100% :)

_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english


More information about the TYPO3-english mailing list