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 7c3d572146
commit decfa808bb
4 changed files with 40 additions and 48 deletions

View file

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