[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pan-users] RE: Re: HTML Messages
From: |
Tobias Neumann |
Subject: |
[Pan-users] RE: Re: HTML Messages |
Date: |
Sun, 02 Jan 2005 21:46:06 +0100 |
User-agent: |
Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux)) |
On Sun, 02 Jan 2005 11:35:00 -0500, Ken Stanley wrote:
> Believe me, if I had the skills, I would so jump in and make a patch for it.
> But, unfortunately, all I can do at the moment is just make the suggestion,
> or at least hopefully raise a couple eyebrows. :)
Maybe we can have a look at the php sourcecode. The function strip_tags()
does exactly what we need:
http://de3.php.net/manual/en/function.strip-tags.php
php4 source: ext/standard/string.c (grep for strip_tags and php_strip_tags )
With a minimalistic modifiction we can use this code :)