| Re: Tabellen (html) mit Editor? |
Betreff: Re: Tabellen (html) mit Editor? von alfred am 01.07.2007 19:38:30 Nur als Workarround ![]() öffne die /class/modules.textsanitizer.php suche nach function sanitizeForDisplay(.... ersetze $text = $this->nl2Br($text); mit if ( $allowhtml == 0 ) { $text = $this->nl2Br($text); } Alfred |
