[TYPO3-RTE] RTE error and changing & to &

Sara Weale webmaster at llgc.org.uk
Wed Feb 28 17:16:02 CET 2007


I'm adding a link to a page created in an alternative language into text 
in the htmlareaRTE.

To do this I need to manually add a link through the 'make link' 
function of the RTE (as it is not possible to add links to the 
alternative language page using the one tree model).

A page in English (default) is index.php?id=100 to add a link to is 
refers to a Welsh page we just add &L=1 to this address.

Once the page is saved in the RTE I get an RTE error as follows (because 
it is changing & to & RTE sees this (quite rightly) as a broken link 
and adds the lovely yellow box with the red line).

The html source for the link should be:

<a href="?id=147&L=1">tîm ymholiadau.</a>

but now I get:

<a href="http://webdev.llgc.org.uk/?id=147&amp;L=1" 
class="external-link-new-window" title="Ymholiadau" rteerror="No page 
found: 0" style="border: 2px solid red; background-color: yellow; color: 
black;">tîm ymholiadau.</a>

How do I stop the RTE from doing this. I have removed the Typo3HtmlParser but this changes nothing!

Yours
Sara

-- 
Sara Weale
Rheolwr y We / Web Manager
Llyfrgell Genedlaethol Cymru
National Library of Wales
Aberystwyth
Ceredigion
SY23 3BU

Ffôn/Phone: 01970 632845
Ebost/Email: webmaster at llgc.org.uk
http://www.llgc.org.uk/

Nid yw'r neges yma o reidrwydd yn adlewyrchu barn y Llyfrgell.
This message does not necessarily reflect the opinion of the Library.



More information about the TYPO3-project-rte mailing list