Navigation Menu

Skip to content

Commit

Permalink
Fix typo in table widths. Fixes issue #178
Browse files Browse the repository at this point in the history
  • Loading branch information
markkevans authored and acidvertigo committed Aug 20, 2011
1 parent c2ba73b commit 0e97cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catalog/admin/reviews.php
Expand Up @@ -97,7 +97,7 @@
<td><?php echo tep_draw_separator('pixel_trans.gif', '1', '10'); ?></td>
</tr>
<tr>
<td><table witdh="100%" border="0" cellspacing="0" cellpadding="0">
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="main" valign="top"><strong><?php echo ENTRY_REVIEW; ?></strong><br /><br /><?php echo tep_draw_textarea_field('reviews_text', 'soft', '60', '15', $rInfo->reviews_text); ?></td>
</tr>
Expand Down Expand Up @@ -147,7 +147,7 @@
</table>
</tr>
<tr>
<td><table witdh="100%" border="0" cellspacing="0" cellpadding="0">
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" class="main"><strong><?php echo ENTRY_REVIEW; ?></strong><br /><br /><?php echo nl2br(tep_db_output(tep_break_string($rInfo->reviews_text, 15))); ?></td>
</tr>
Expand Down

0 comments on commit 0e97cd7

Please sign in to comment.