Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/09/2009 09:42:02 PM (17 years ago)
Author:
apeatling
Message:

Fixes #435

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-classes.php

    r1036 r1043  
    709709                    <h3><label for="description"><?php _e("Field Description", 'buddypress') ?></label></h3>
    710710                    <div id="titlewrap">
    711                         <textarea name="description" id="description" rows="8" cols="60" style="border: 1px solid #ddd; width: 85%;"><?php echo $this->desc ?></textarea>
     711                        <textarea name="description" id="description" rows="8" cols="60"> <?php echo $this->desc ?></textarea>
    712712                    </div>
    713713                </div>
Note: See TracChangeset for help on using the changeset viewer.