Skip to content
Snippets Groups Projects
Commit b16b9a55 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Removed redundant field.

parent 50d313b7
No related merge requests found
...@@ -55,17 +55,6 @@ ...@@ -55,17 +55,6 @@
</tr> </tr>
<? endif; ?> <? endif; ?>
<? if (count($summ) > 1): ?>
<tr>
<th><?=$this->transEsc('Summary')?>: </th>
<td>
<? foreach (array_slice($summ, 1) as $field): ?>
<?=$this->escapeHtml($field)?><br/>
<? endforeach; ?>
</td>
</tr>
<? endif; ?>
<? $formats = $this->driver->getFormats(); if (!empty($formats)): ?> <? $formats = $this->driver->getFormats(); if (!empty($formats)): ?>
<tr> <tr>
<th><?=$this->transEsc('Format')?>: </th> <th><?=$this->transEsc('Format')?>: </th>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment