Line 142 could be changed to this to make the text clickable:

$replace = '<div class="todo-item'.$checked.'"><label for="' . $i . '"><input type="checkbox" class="todo-check" id="'.$i.'" rel="'.$i.'"'.$checked.'/>'.$out[2][$i].'</label></div>';

Comments

zanix’s picture

Version: 6.x-1.0-beta2 » 6.x-1.x-dev
Assigned: Unassigned » zanix
Category: bug » feature
Status: Active » Closed (fixed)

Committed fix to 6.x-1.x-dev. Thanks!

zanix’s picture

Issue summary: View changes

Put text in code tags