diff --git a/tpl/nav-page-attributes.php b/tpl/nav-page-attributes.php index b4bace3..1bacb7c 100755 --- a/tpl/nav-page-attributes.php +++ b/tpl/nav-page-attributes.php @@ -35,7 +35,7 @@ if($doPlugin !== null) { $class = 'do_late'; $title = sprintf(tpl_getLang('tasks_page_late'), $count['undone'], $count['late']); } - $markup = "
  • " . tpl_getLang('prefix_tasks_page') . " $num
  • "; + $markup = "
  • " . tpl_getLang('prefix_tasks_page') . " {$count['undone']}
  • "; echo $markup; }