Actions
Bug #15169
closedlinkvar type is not rendert in a link
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-11-01
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
m using the RTE htehtmlarea 0.7.4 (Typo3.8) with a framepage and i have to set the "type" var in the link.
If i use the "typo3 internal tags" like <link 14> testpage </link> in a RTE Disabled textbox the result is:
<a name="70"></a><p class="bodytext"><a href="index.php?id=14&type=12" target="content_middle"> testpage </a></p>
But with the Htmlarea RTE enabled i got this:
<a name="67"></a><p class="bodytext"><a target="content_middle" href="?id=14"><img alt="interner Link folgt" src="typo3conf/ext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/internal_link.gif" />testpage</a><br /> </p>
(issue imported from #M1756)
Actions