Bug #29922
closed
<abbr> tags are printed unparsed in the FE
Added by anybody no-lastname-given about 13 years ago.
Updated over 11 years ago.
Description
In the database I have code like this in a content element:
<p>
<abbr title="for example">e.g.</abbr>
<link http://example.net>example.net</link>
</p>
TYPO3 does not interprete the <abbr>-Tag correctly.
In the FE you can read <abbr title="for example">e.g.</abbr> as normal text.
- Category set to RTE (rtehtmlarea + ckeditor)
- Status changed from New to Needs Feedback
I guess the sourcecode you posted above is what you have in a content element inside your database. So it is in the RTE, not in your template, right?
You have a link tag behind your abbr tag. Does the bug also occur without it? So is it important for this bug?
The same problem appears also without the <link>-tags. It is not a problem of rtehtmlarea (RTE is generally switched of, because produces much shit), but a problem of regular content elements (not template).
- Category deleted (
RTE (rtehtmlarea + ckeditor))
OK, so which content element do you use?
One which comes with the Core or did you create your own one?
Can you reproduce the problem with other HTML tags, too?
It is normal page content, type "text", inside the field "text". I have no problems with other tags like <p>, <link>, <ul>, <li>, <table> etc.
Is it problem in rendering the content in the frontend or in RTE htmlarea?
If in frontend, I guess that the abbr tag is not in the list of allowed tags then.
It is a frontend problem (with css-styled-content). I have deactivated RTE globally in the backend.
PS: I did not try it, but you should test also <acronym>, because similar tag used often in the same chapter in introductions to HTML.
- Subject changed from Does not interprete the <abbr>-Tag to <abbr> tags are printed unparsed in the FE
I have just added the things which you now told us in these x posts to your original description.
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?
At the moment the <abbr> tag seems to be rendered correctly.
Which TYPO3 version did you test?
It worked with v4.7 and v6.0, v4.6 I cannot remember.
v6.1 I did not test, because I waited long for migration to v6.0 because of compatibility problems of some important extensions and I need some weeks till I am prepared for v6.1.
- Status changed from Needs Feedback to Closed
Ok, thanks for helping. :-)
Also available in: Atom
PDF