Bug #19448
closedtypolink not transformed nor rendered correctly with multiple class names in class parameter
0%
Description
If an <a> tag has more than one class name on its class attribute in the RTE, the class attribute is incorrectly transformed on the way to the database. The second classname is treated as a distinct parameter of the typolink, thus taking the position of the title parameter.
The class parameter should be quoted on the way to the database in case it contains more than one class name.
(issue imported from #M9537)
Files
Updated by Stanislas Rolland about 16 years ago
Forget about this patch for now. It will not work.
This issue will require further work as quoting the class attribute of the typolink, which would be necessary if we have more than one class, breaks rendering of the title in the frontend. Transformation of the typolink on the way to the RTE also needs to be revisited for the same reason.