浏览代码

Merge pull request #232 from stof/template

Removed extra markup
Thomas 14 年之前
父节点
当前提交
9feafa61c7
共有 1 个文件被更改,包括 2 次插入5 次删除
  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>