Fix survey question UI see BT#15460

pull/2864/head
Julio 7 years ago
parent f677cca9a6
commit 49918ed6ab
  1. 2
      main/inc/lib/pear/HTML/QuickForm/radio.php

@ -141,7 +141,7 @@ class HTML_QuickForm_radio extends HTML_QuickForm_input
HTML_QuickForm_input::toHtml().
''.
$this->_text .
'</label>&nbsp;&nbsp;
'</label>
</div>';
return $label;
}

Loading…
Cancel
Save