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>';
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
Comment #1
zanixCommitted fix to 6.x-1.x-dev. Thanks!
Comment #1.0
zanixPut text in code tags