[TYPO3-german] Space after table class typo3

Abdellatif Landolsi abdellatif at landolsi.de
Mon Oct 26 14:48:45 CET 2015


Hallo,

Ich versuche eine leerzeichen zwischen die klassen einer tabelle zusetzen aber ohne erfolg, in der bootstrap_package wird folgendes Typoscript verwendet:

##########################
#### LIB PARSEFUNC RTE ####
###########################
lib.parseFunc_RTE {
    externalBlocks {
        blockquote.callRecursive.tagStdWrap.HTMLparser.tags.blockquote.overrideAttribs >
        table {
            stdWrap {
                HTMLparser.tags.table {
                    fixAttrib >
                    fixAttrib {
                        class {
                            always = 1
                            prefixRelPathWith = table###SPACE###

                        }
                    }
                }

                wrap = <div class="table-responsive">|</div>
            }
        }
    }

    nonTypoTagStdWrap.encapsLines {
        addAttributes.P.class >
    }
}

der marker ###SPACE### muss normaleweise durch ein leerzeichen ersetzt, aber tu er nicht!!??
hat jemand vielleicht das problem gehabt und kann mir helfen?

Vielen dank im voraus.



More information about the TYPO3-german mailing list