Actions
Bug #18081
closedHTML breaks when using special characters in CSH bubble
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-01-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
Some CSH texts are using special characters to explain HTML tags in the new CSH bubble. For instance systext/context_help/locallang_csh_systmpl.xml uses <title> in label sitetitle.description. This is not properly encoded and a title tag will show up in the html for the editing form of templates.
Solution:
Use htmlspecialchars() on description for csh text
(issue imported from #M7324)
Files
Actions