Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions application/view/publics/features/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<?php if(!empty($product_data_1) and is_array($product_data_1)):?>
<div class="eight wide column">
<table class="ui single line unstackable table" style="border: none;">
<tbody>
<tbody>
<?php foreach ($product_data_1 as $data): ?>
<tr>
<tr class="product-data-<?php echo strtolower( str_replace( ' ', '_', $data[0] ) ); ?>">
<td style="border-top: 1px solid #dddddd;
border-left: none !important;
border-right: none !important;
border-bottom: none !important;"><?php echo $data[0]; ?> :</td>
border-bottom: none !important;"><?php echo $data[0] ; ?> :</td>
<td style="border-top: 1px solid #dddddd;
border-left: none !important;
border-right: none !important;
Expand All @@ -36,7 +36,7 @@
<table class="ui single line unstackable table" style="border: none;">
<tbody>
<?php foreach ($product_data_2 as $data): ?>
<tr>
<tr class="product-data-<?php echo strtolower( str_replace( ' ', '_', $data[0] ) ); ?>">
<td style="border-top: 1px solid #dddddd;
border-left: none !important;
border-right: none !important;
Expand All @@ -57,4 +57,4 @@
<?php
echo ob_get_clean();
endif;
?>
?>