Set direction to lrt for column types
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
07d776ceb2
commit
a2d6bd4d61
@ -20,7 +20,7 @@ for (
|
||||
<?php echo htmlspecialchars($columnNames[$column_index]); ?>
|
||||
</th>
|
||||
<?php $properties = $self->getColumnProperties($column_index, $column_index); ?>
|
||||
<td>
|
||||
<td dir="ltr">
|
||||
<?php echo htmlspecialchars($properties['type']); ?>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
@ -55,7 +55,7 @@ for ($i = 0; $i < 4; $i++): ?>
|
||||
$value[$i] = $properties['value'];
|
||||
} ?>
|
||||
<!-- Column type -->
|
||||
<td>
|
||||
<td dir="ltr">
|
||||
<?php echo (isset($type[$i]) ? $type[$i] : ''); ?>
|
||||
</td>
|
||||
<!-- Column Collation -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user