Browse Source

fix table head

Davide Alberani 9 years ago
parent
commit
072e5eeca3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      angular_app/event-info.html

+ 2 - 2
angular_app/event-info.html

@@ -49,9 +49,9 @@
                                 <tr>
                                     <th>{{'Person' | translate}}</th>
                                     <th>{{'Attended' | translate}}</th>
-                                    <td ng-repeat="col in customFields">
+                                    <th ng-repeat="col in customFields">
                                         <strong>{{col.label | translate}}</strong>
-                                    </td>
+                                    </th>
                                     <th>{{'Delete' | translate}}</th>
                                 </tr>
                             </thead>