Could somebody explain a wikistyles feature please.
It appears that %id=some-label% gets turned into id="some_label"
on output. Is there a reason for this? AFAIK hyphens are allowed
in id attribute values.
The wikistyles.php code does this deliberately:
... if ($k=='id') $id = preg_replace('/\W/','_',$v);
--
JR
--
John Rankin