diff --git a/Eludia/Presentation/Skins/TurboMilk.pm b/Eludia/Presentation/Skins/TurboMilk.pm old mode 100755 new mode 100644 index b5f3984cf..0d38eaec6 --- a/Eludia/Presentation/Skins/TurboMilk.pm +++ b/Eludia/Presentation/Skins/TurboMilk.pm @@ -2868,7 +2868,7 @@ sub draw_text_cell { $html .= '' unless $data -> {no_nobr}; - if ($has_href) { + if ($has_href && index($data -> {label}, 'type=checkbox') == -1) { $a_attributes_html = dump_attributes ({ id => $data -> {a_id}, @@ -2896,7 +2896,7 @@ sub draw_text_cell { $html .= '' if $data -> {italic} || $options -> {italic}; $html .= '' if $data -> {bold} || $options -> {bold}; - if ($has_href) { + if ($has_href && index($data -> {label}, 'type=checkbox') == -1) { $html .= '';