Mallow Version 1.53
Mallow 1.53, 5-2-5 - As suggested by Brendan Borlase
In the style.css file, about 75% of the way down, there is a style setting for the comment form. It currently looks like this:This is now fixed. Ive sneaked out a 1.531 update (Its *very very* minor).
#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
It _should_ look like this:
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
As the php comment form refers to the comment poster by "author" rather than by "name".