[TYPO3-english] Remapping b to strong, i to em
    Victor Livakovsky 
    v-tyok at mail.ru
       
    Wed Oct 22 20:41:19 CEST 2008
    
    
  
> 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% :)
    
    
More information about the TYPO3-english
mailing list