瀏覽代碼

fix table head

Davide Alberani 9 年之前
父節點
當前提交
072e5eeca3
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>