[Typo3-UG Oesterreich] Indexed Search mit eigenem Plugin
    Wolfgang Klinger 
    wolfgang at stufenlos.net
       
    Fri Jul  1 08:23:06 CEST 2005
    
    
  
 Hallo!
 Wolfgang Klinger schrieb folgendes am 01.07.2005:
>  Schreib die Zeile so:
> ----
> $content.= '<a href="uploads/tx_myext/' . $pieces[$i] . '">Link</a>';
> ----
>  und es wird funktionieren...
 btw solltest du das als Bug auf bugs.typo3.org eintragen, da der
 HTMLParser nicht mit "'" (single quote) bei Attributen umgehen kann.
 --> /t3lib/class.t3lib_htmlmail.php
 Methode "get_tag_attributes",
 Zeile:
----
if (substr($tag,0,1)=='"')  {   // Quotes around the value
----
 lg
 Wolfgang
 ___________________________________________________________
 The first rule of debugging: Don't panic!
    
    
More information about the TYPO3-at
mailing list