[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]
Re: 2.0.3 - bug or feature
- From: Denis Barbier <nospam@thanx>
- Date: Fri, 15 Sep 2000 07:55:36 +0200
On Thu, Sep 14, 2000 at 12:15:24AM +0200, axel@fidius.muc.de wrote:
> Hi,
>
> since I updated my Installation to 2.0.3 <table> is changed
> to <table summary="">.
>
> (beside this: I would not want to miss wml!)
To remove this attribute, write your own epilog program like this:
#!/bin/sh
sed -e 's/ summary=""//g' $1 > $1.tmp && mv $1.tmp $1
--
Denis Barbier
WML Maintainer
______________________________________________________________________
Website META Language (WML) www.engelschall.com/sw/wml/
Official Support Mailing List sw-wml@engelschall.com
Automated List Manager majordomo@engelschall.com