Project

General

Profile

Bug #25083 » typo3core_bugfix_17648_trunk.patch

Administrator Admin, 2011-02-21 04:05

View differences:

typo3/sysext/css_styled_content/static/setup.txt (copie de travail)
lib.parseFunc_RTE {
// makelinks >
# Processing <table> and <blockquote> blocks separately
externalBlocks = table, blockquote, ol,ul, div
externalBlocks = table, blockquote, ol,ul, div, dd
externalBlocks {
# The blockquote content is passed into parseFunc again...
blockquote.stripNL=1
......
}
div.stripNL = 1
div.callRecursive = 1
dd.stripNL = 1
dd.callRecursive = 1
}
nonTypoTagStdWrap.encapsLines {
encapsTagList = p,pre,h1,h2,h3,h4,h5,h6,hr
encapsTagList = p,pre,h1,h2,h3,h4,h5,h6,hr,dl,dt
remapTag.DIV = P
nonWrappedTag = P
innerStdWrap_all.ifBlank = &nbsp;
typo3/sysext/css_styled_content/static/v4.4/setup.txt (copie de travail)
lib.parseFunc_RTE {
// makelinks >
# Processing <table> and <blockquote> blocks separately
externalBlocks = table, blockquote, ol,ul, div
externalBlocks = table, blockquote, ol,ul, div, dd
externalBlocks {
# The blockquote content is passed into parseFunc again...
blockquote.stripNL=1
......
}
div.stripNL = 1
div.callRecursive = 1
dd.stripNL = 1
dd.callRecursive = 1
}
nonTypoTagStdWrap.encapsLines {
encapsTagList = p,pre,h1,h2,h3,h4,h5,h6
encapsTagList = p,pre,h1,h2,h3,h4,h5,h6,dl,dt
remapTag.DIV = P
nonWrappedTag = P
innerStdWrap_all.ifBlank = &nbsp;
(1-1/2)