+2009-06-29 Ernesto Baschny <ernst@cron-it.de>
+
+ * Fixed Bug #5381: Added htmlSpecialChars to rendering page titles in Sitemap/menu content elements
+
2009-06-29 Benjamin Mack <benni@typo3.org>
* Followup to #4361 / New Hook: removed the "&" when calling the hook method (Thanks to Xavier Perseguers)
'version' => 4002000,
'description' => '<p>The default page target is empty (so no target is generated). If you use frames, you have to set target to "page" in Constants.</p>'
);
+$TYPO3_CONF_VARS['SC_OPTIONS']['ext/install']['compat_version']['tx_cssstyledcontent_menuhtmlspecialchars'] = array(
+ 'title' => 'CSS Styled Content: htmlspecialchars in menu content elements',
+ 'version' => 4003000,
+ 'description' => '<p>Page titles will get htmlspecialchar\'ed when rendered in "Sitemap/menu" content elements, to avoid generating invalid XHTML.</p>',
+);
?>
\ No newline at end of file
1 = TMENU
1 {
target = {$PAGE_TARGET}
- NO.wrapItemAndSub = <li>|</li>
- NO.ATagTitle.field = description // title
+ NO {
+ stdWrap.htmlSpecialChars = 1
+ wrapItemAndSub = <li>|</li>
+ ATagTitle.field = description // title
+ }
+ noBlur = 1
}
}