Results 1 to 2 of 2
Like Tree1Likes
  • 1 Post By red20me

Thread: very tiny bug in purchase-listing-new.php

  1. #1
    Thread Starter
    red20me's Avatar
    Join Date
    Jul 2013
    Location
    United Kingdom
    Posts
    473
    Thanks
    1
    Thanked 104 Times in 93 Posts

    very tiny bug in purchase-listing-new.php

    In purchase-listing-new.php, the following code

    Code:
    			<div classess="form-field">
    				<?php if( !empty( $plans ) ){ ?>
    					<input type="submit" value="<?php _e( 'Continue', APP_TD ) ?>" />
    				<?php } ?>
    			</div>
    should be

    Code:
    			<div class="form-field">
    				<?php if( !empty( $plans ) ){ ?>
    					<input type="submit" value="<?php _e( 'Continue', APP_TD ) ?>" />
    				<?php } ?>
    			</div>
    It's only very tiny but it throws the submit button off a little...


    red20
    dimitris likes this.

  2. #2
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,618
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [MOD NEEDED] A tiny bit of CSS
    By doctorcilantro in forum ClassiPress General Discussion
    Replies: 3
    Last Post: February 25th, 2011, 07:07 AM
  2. Tiny MCE in 3.0o?
    By groan in forum ClassiPress General Discussion
    Replies: 1
    Last Post: May 13th, 2010, 11:17 PM
  3. Tiny formatting bug
    By mfourcard in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: April 8th, 2010, 11:08 PM