Skip to content

Commit

Permalink
Replaced HTML nowrap attribute with CSS for HTML5 validity
Browse files Browse the repository at this point in the history
  • Loading branch information
mynetx committed Mar 31, 2012
1 parent 20ddd10 commit df53a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db_datadict.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
<td<?php echo $type_nowrap; ?> lang="en" dir="ltr"><?php echo $type; ?></td>
<?php /* <td<?php echo $type_nowrap; ?>><?php echo $attribute; ?></td>*/ ?>
<td><?php echo (($row['Null'] == 'NO') ? __('No') : __('Yes')); ?></td>
<td nowrap="nowrap"><?php if (isset($row['Default'])) { echo $row['Default']; } ?></td>
<td class="nowrap"><?php if (isset($row['Default'])) { echo $row['Default']; } ?></td>
<?php /* <td<?php echo $type_nowrap; ?>><?php echo $row['Extra']; ?></td>*/ ?>
<?php
if ($have_rel) {
Expand Down

0 comments on commit df53a88

Please sign in to comment.