Actions
Bug #51096
closedEmail link with spaces in subject doesn't work
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2013-08-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
An email link mit subject parameter doesn't work, when the subject has more than one word, and the words are splitting by a space.
email@domain.tld?subject=more than on word --> <a href="mailto:email@domain.tld?subject=more" target="than" class="one" title="word">text</a>
Spaces must encoding with ASCII values '%20'. Also special german characters e.g. ä,ö,ü,A,Ö,Ü,ß and other special characters must encoding with corresponding ASCII values.
I think, a normal editor can do so, and encoding parameters of an email address should be a standard function of rte!
Actions