Set direction to lrt for column types

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-07-21 13:56:36 +05:30
parent 07d776ceb2
commit a2d6bd4d61
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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 -->