Fixed minor display bugs

This commit is contained in:
Erik Thuning 2019-08-16 09:38:08 +02:00
parent 07b372c426
commit 282d19ee2c
2 changed files with 4 additions and 3 deletions

@ -394,7 +394,7 @@
<table>
<thead>
<tr>
<th>
<th class="status">
</th>
<th>
¤item¤
@ -417,7 +417,7 @@
¤¤ history_row ¤¤
<tr>
<td class="¤status¤">
<td class="status ¤status¤">
</td>
<td>
¤item_link¤

@ -131,7 +131,8 @@ class ProductPage extends Page {
'invoice' => '',
'tags' => $tags,
'info' => $fields,
'label' => ''),
'label' => '',
'hidden' => ''),
$this->fragments['product_details']);
return $out;
}