diff --git a/Theme/Backend/checklist-list.tpl.php b/Theme/Backend/checklist-list.tpl.php
index 8d91129..b5a7643 100644
--- a/Theme/Backend/checklist-list.tpl.php
+++ b/Theme/Backend/checklist-list.tpl.php
@@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
|
|
- $value) : $c++;
+ $value) : ++$c;
$url = \phpOMS\Uri\UriFactory::build('{/prefix}checklist/single?{?}&id=' . $value->getId()); ?>
| = $this->printHtml($value->getId()); ?>
diff --git a/Theme/Backend/checklist-template-list.tpl.php b/Theme/Backend/checklist-template-list.tpl.php
index e6ed0f0..4447755 100644
--- a/Theme/Backend/checklist-template-list.tpl.php
+++ b/Theme/Backend/checklist-template-list.tpl.php
@@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
|
|
|
- $value) : $c++;
+ $value) : ++$c;
$url = \phpOMS\Uri\UriFactory::build('{/prefix}checklist/single?{?}&id=' . $value->getId()); ?>
| = $this->printHtml($value->getId()); ?>
|