v2.3.6-cvs
----------
-[mjr] Do not remove history entries when removing user data (Bug: 8755).
+[jan] Remove stray closing tag when displaying the date of completion.
+[mjr] Do not remove history entries when removing user data (Bug #8755).
------
echo Horde::link(Horde::applicationUrl(Horde_Util::addParameter($taskurl, 'actionID', 'complete_task')), _("Mark as incomplete"), 'widget') . Horde::img('checked.png', _("Mark as incomplete")) . '</a>';
}
} else {
- echo Nag::formatCompletion($task->completed) . '</a></td>';
+ echo Nag::formatCompletion($task->completed) . '</a>';
}
if (isset($completed)) {
echo ' <small>' . strftime($prefs->getValue('date_format'), $completed) . ' ' . date($prefs->getValue('twentyFour') ? 'G:i' : 'g:i a', $completed) . '</small>';