Skip to content

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed May 30, 2012
1 parent 99a3544 commit d4f7311
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tbl_structure.php
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
echo '"table" />';
} ?>

<table id="tablestructure" class="data<?php
<table id="tablestructure" class="data<?php
if ($GLOBALS['cfg']['PropertiesIconic'] === true) echo ' PropertiesIconic'; ?>">
<thead>
<tr>
Expand All @@ -209,15 +209,15 @@
<?php if ($db_is_information_schema || $tbl_is_view) { ?>
<th id="th<?php echo ++$i; ?>" class="view"><?php echo __('View'); ?></th>
<?php } else { ?>
<th colspan="<?php
<th colspan="<?php
$colspan = 9;
if (PMA_DRIZZLE) {
$colspan -= 2;
}
if ($GLOBALS['cfg']['PropertiesIconic']) {
$colspan--;
}
echo $colspan; ?>"
echo $colspan; ?>"
id="th<?php echo ++$i; ?>" class="action"><?php echo __('Action'); ?></th>
<?php } ?>
</tr>
Expand Down Expand Up @@ -430,7 +430,7 @@
echo "\n";
?>
</td>
<?php
<?php
if (!PMA_DRIZZLE) { ?>
<td align="center" class="spatial replaced_by_more">
<?php
Expand Down

0 comments on commit d4f7311

Please sign in to comment.