[TYPO3-RTE] Remove title attribute in links

Stanislas Rolland stanislas.rolland at fructifor.ca
Wed Apr 5 18:19:40 CEST 2006


Richard Bausek a écrit :
> Hi list,
> 
> I'm currently filling a site with content which uses alot of anchor 
> links to other content elements. Now I have problems with those links as 
> the RTE automaticly inserts the title attribute to the links and the 
> typolinks don't transform for Realurl anymore because the attribute 
> rtekeep="1" is added upon saving. So now I have to switch to the source 
> view and manually delete the title attribute for every link to get the 
> anchors to work.
> 
> Is there a way to prevent the title attributes to be inserted automaticly?
> 
> The TYPO3 version is 3.7 using Realurl (and I can't upgrade the version 
> at the moment). The version of the RTE is 1.1.3.
> 
Erase any title attribute on <a> tags on the way to the database:

RTE.default.proc.entryHTMLparser_db.tags.a.fixAttrib.title.unset = 1

Regards,
Stanislas




More information about the TYPO3-project-rte mailing list