Plugin Directory

Changeset 158961


Ignore:
Timestamp:
09/29/2009 02:13:19 PM (17 years ago)
Author:
AntonShevchuk
Message:

small hot fix for design :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • a-slideshow/trunk/a-slideshow-options.php

    r158960 r158961  
    143143        </tr>
    144144        <tr>
    145             <th scope="row" valign="top"><?php _e('Width', 'a-slideshow'); ?> <small><i>(<?php _e('in px', 'a-slideshow'); ?>)</i></small><</th>
     145            <th scope="row" valign="top"><?php _e('Width', 'a-slideshow'); ?> <small><i>(<?php _e('in px', 'a-slideshow'); ?>)</i></small></th>
    146146            <td>
    147147                <input type="text" name="a_slideshow[width]" value="<?php echo stripslashes($a_slideshow['width']); ?>" size="20" />
     
    149149        </tr>
    150150        <tr>
    151             <th scope="row" valign="top"><?php _e('Height', 'a-slideshow'); ?> <small><i>(<?php _e('in px', 'a-slideshow'); ?>)</i></small><</th>
     151            <th scope="row" valign="top"><?php _e('Height', 'a-slideshow'); ?> <small><i>(<?php _e('in px', 'a-slideshow'); ?>)</i></small></th>
    152152            <td>
    153153                <input type="text" name="a_slideshow[height]" value="<?php echo stripslashes($a_slideshow['height']); ?>" size="20" />
Note: See TracChangeset for help on using the changeset viewer.