Change the YesNo form plugin to be a subclass of RadioList. Fix rendering problems with RadioList. Fixes bug #11777

This commit is contained in:
Colin Kuskie 2010-08-16 11:11:30 -07:00
parent 928067bb67
commit e58c4f7d78
4 changed files with 40 additions and 48 deletions

View file

@ -53,7 +53,7 @@ sub alignmentSeparator {
return "<br />\n";
}
else {
return " &nbsp; &nbsp;\n";
return "&nbsp;&nbsp;";
}
}