diff --git a/view/list.php b/view/list.php index a7fc18a354835677687e01b58a6b6ecfeb02e8fe..3b0b090d4dea69af6adb38553337c66486038a69 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>