Project

General

Profile

Actions

Bug #17815

closed

replacing u and strike with ins and del tags

Added by James Knuckey over 16 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2007-11-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I've tried to get exitHTMLparser_db to replace u and strike tags with xhtml compliant ins and del tags. It's almost working!

See my attached customised sysext/rtehtmlarea/res/proc/pageTSConfig.txt - I have added
tags.u.remap = ins
tags.strike.remap = del
...to exitHTMLparser_db, removed u and strike from removetags, added ins and del to allowed tags. It almost works!

What happens is the angle brackets get replaced with < and > so that the tags show up on the page instead of the intended effect.

What am I missing here?
(issue imported from #M6771)


Files

pageTSConfig.txt (5.42 KB) pageTSConfig.txt Administrator Admin, 2007-11-20 02:24
Actions #1

Updated by Stanislas Rolland over 16 years ago

You should add ins and del to the list of allowed tags.

Please do not use the bugtracker for support questions. Use the English list or the RTE list instead:

news://news.netfielders.de/typo3.projects.rte

Actions

Also available in: Atom PDF