[TYPO3-english] Template markers problem
    Bernhard Kraft 
    kraftb at kraftb.at
       
    Sun Oct  4 23:25:17 CEST 2009
    
    
  
Milicev Uros schrieb:
> From one point,  content in FE where html code from ###B### subpart was
> shown, become presented as content from ###A### subpart without any sense.
Hello !
You'll probably mistyped your subpart-markers. When you create a subpart
like:
<!-- ###A### begin -->
Subpart A
<!-- ###A### end -->
You must take care, every character is correct. It often happens you
miss a "#" at the begin/end tag of the marker, which will yield weird
results.
Also intertwined constructs like:
<!-- ###A### begin -->
Subpart A
<!-- ###B### begin -->
<!-- ###A### end -->
Subpart B
<!-- ###A### end -->
Could cause problems to the TYPO3 html-processing class
(class.t3lib_parsehtml)
greets,
Bernhard
    
    
More information about the TYPO3-english
mailing list