![]() ![]() | ![]() |
version 1.157.2.2, 2016/09/14 18:18:51 | version 1.160, 2016/01/22 22:42:51 |
---|---|
Line 592 sub html_direction_fragments { | Line 592 sub html_direction_fragments { |
if ($direction eq 'horizontal') { | if ($direction eq 'horizontal') { |
return ('<table><tr>', '</tr></table>', '<td>', '</td>'); | return ('<table><tr>', '</tr></table>', '<td>', '</td>'); |
} else { | } else { |
return ('', '<br />', '<br />', ''); | return ('', '', '<div class="LC_radiofoil">', '</div>'); |
} | } |
} | } |