00423: Table attributes have a space added in string value

Summary: Table attributes have a space added in string value
Created: 2005-04-19 07:17
Status: Closed - not a bug
Category: Bug
From: Simon
Assigned:
Priority: 4
Version: 2beta28
OS: WXP & Debian

Description:

(:table bgcolor="#FADAA5":)
(:cellnr bgcolor="#FADAA5":)

generates the HTML

 <table  bgcolor="#FADAA 5"><tr><td  bgcolor="#FADAA 5">

eg [(approve links) edit diff]


PmWiki thinks that #FAADA5 is a WikiWord, and so it's processing that before it gets to the table markup. Either turn off WikiWords, or use lowercase for colors, as in

(:table bgcolor="#fadaa5":)
(:cellnr bgcolor="#fadaa5":)

--Pm