[TYPO3-templavoila]  bug? - comma in fce dropdown list
    Klaus Hinum 
    k_hinum at hotmail.com
       
    Sun Apr 30 11:46:48 CEST 2006
    
    
  
hi
when using a comma in a numindex element (of a dropdown list)
e.g.:
<numIndex index="1" type="array">
      <numIndex index="0">value 1</numIndex>
      <numIndex index="1">a, b or c</numIndex>
</numIndex>
it doesn't work. it looks like the comme is parsed somehow (php explode 
command?) because he writes only "a" instead of "a,b or c" in the database.
looks like a bug, even using , (html code of comma) doesn't work, 
because then i get a parsing error. any ideas?
regards
klaus
    
    
More information about the TYPO3-project-templavoila
mailing list