Quellcode durchsuchen

Merge pull request #232 from stof/template

Removed extra markup
Thomas vor 14 Jahren
Ursprung
Commit
9feafa61c7
1 geänderte Dateien mit 2 neuen und 5 gelöschten Zeilen
  1. 2 5
      Resources/views/CRUD/base_show_field.html.twig

+ 2 - 5
Resources/views/CRUD/base_show_field.html.twig

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