Skip to content

Commit

Permalink
table front-end fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy-1 committed Jul 14, 2017
1 parent 4b01071 commit 8f7eb30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/section.tpl
Expand Up @@ -107,11 +107,11 @@
{if $row->getType() == "flat"}
<tr>
{foreach from=$row->getContent() item=cell}
<th colspan="{$cell->getColspan()}" rowspan="{$cell->getRowspan()}">
<td colspan="{$cell->getColspan()}" rowspan="{$cell->getRowspan()}">
{foreach from=$cell->getContent() item=parCont}
{include file="`$path_template`/paragraph.tpl"}
{/foreach}
</th>
</td>
{/foreach}
</tr>
{/if}
Expand Down

0 comments on commit 8f7eb30

Please sign in to comment.