On Sun, May 09, 1999 at 05:59:53PM +0200, peter karlsson wrote: > > Log message: > > Added a new WML tag 'FONTS_SANS-SERIF' to replace > > <FONT face="Arial,Helvetica"> ... </FONT>, so that languages like Chinese > > that doesn't use Arial or Helvetica as their Sans serif fonts can define > > their > > own. (ypwong) > > There's a bug in that code. When closing the FONT tag, you shouldn't have > the attributes (i.e, change </FONTS_SANS-SERIF> back to </FONT>). > I believe you are misreading what he has done. The </FONTS_SANS-SERIF> is ending the container tag that he created. The new container tag contains prints out the proper invocation of <font ...> ... </font>.
Jay Treacy