From 2ca455dab34a0a828f36aa5bb58d9d227137c276 Mon Sep 17 00:00:00 2001 From: Matthieu Guffroy <mattgu74@gmail.com> Date: Wed, 18 Jun 2014 21:48:03 +0200 Subject: [PATCH] fix errors --- view/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/list.php b/view/list.php index a7fc18a..3b0b090 100644 --- a/view/list.php +++ b/view/list.php @@ -6,7 +6,7 @@ <table class="table"> <thead> <?php foreach($list->getLabels() as $field): ?> - <th><?php echo $field->getLabel(); ?></th> + <th><?php echo $field->getLabels(); ?></th> <?php endforeach; ?> <th></th> </thead> -- GitLab