Bug #15169
closedlinkvar type is not rendert in a link
0%
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)
Updated by Stanislas Rolland about 19 years ago
What tag and what value do you have in the database for this link?
Updated by old_mathiasuhl almost 19 years ago
the render mode was ts_css by default.
Solution is to set it to ts :)