From df867fe362a55a5974ba125c745ea92802be9cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fe?= Date: Thu, 20 Apr 2017 12:39:10 +0200 Subject: [PATCH] fix page-tasks icon to show open tasks, not all SPR-936 --- tpl/nav-page-attributes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }