Skip to content
Snippets Groups Projects
Commit 49ec8b50 authored by Steffen Kamper's avatar Steffen Kamper
Browse files

Follow-up to #17162: Missing localization in t3lib_tsstyleconfig - add HSC

git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@10205 709f56b5-9817-0410-a4d7-c38de5d9e867
parent bb51eefa
No related merge requests found
2011-01-21 Steffen Kamper <steffen@typo3.org>
 
* Follow-up to #17162: Missing localization in t3lib_tsstyleconfig - add HSC
* Fixed bug #17190: Make the drag area on the split bars wider than 1px
 
2011-01-21 Tolleiv Nietsch <typo3@tolleiv.de>
......
......@@ -168,7 +168,7 @@ class t3lib_tsStyleConfig extends t3lib_tsparser_ext {
$content .= $addFields;
$content .= $printFields;
$content .= '<input type="Submit" name="submit" value="' .
$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_tsfe.xml:update') . '" id="configuration-submit-' . $extKey . '" />';
$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_tsfe.xml:update', TRUE) . '" id="configuration-submit-' . htmlspecialchars($extKey) . '" />';
$example = $this->ext_displayExample();
$content .= $example ? '<hr/>' . $example : "";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment