Ver código fonte

Use <th> for the field name

Michael Pedersen 14 anos atrás
pai
commit
de2dbd9c5c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Resources/views/CRUD/base_view_field.html.twig

+ 1 - 1
Resources/views/CRUD/base_view_field.html.twig

@@ -11,6 +11,6 @@ file that was distributed with this source code.
 
 
 <tr>
-    <td>{% block name %}{{ field_description.name }}{% endblock %}</td>
+    <th>{% block name %}{{ field_description.name }}{% endblock %}</th>
     <td>{% block value %}{{ value }}{% endblock %}</td>
 </tr>