Title: Bug in EACX code
Last modified: August 21, 2016

---

# Bug in EACX code

 *  [rogalsky](https://wordpress.org/support/users/rogalsky/)
 * (@rogalsky)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/bug-in-eacx-code/)
 * There is a bug in Your code in file: options-page.php in line 254
    `<input type
   ="submit" class="button-primary" value=<?php _e("Save Options",TONJOO_ECAE) ?
   > />` code should looks like this:
 * `<input type="submit" class="button-primary" value="<?php _e("Save Options",TONJOO_ECAE)?
   >" />`
    There are no quotation marks
 * Could You also add name=”” Attribute into this code in next release?
    maybe like
   this:
 * `<input type="submit" class="button-primary" name="tonjoo_ecae_submit_button"
   value="<?php _e("Save Options",TONJOO_ECAE) ?>" />`
 * Thank U, Best regards
 * [https://wordpress.org/plugins/easy-custom-auto-excerpt/](https://wordpress.org/plugins/easy-custom-auto-excerpt/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [todiadiyatmo](https://wordpress.org/support/users/todiadiatmo/)
 * (@todiadiatmo)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/bug-in-eacx-code/#post-4650272)
 * Ah yess, thank you for correction. Will include this on the new release 🙂

Viewing 1 replies (of 1 total)

The topic ‘Bug in EACX code’ is closed to new replies.

 * ![](https://ps.w.org/easy-custom-auto-excerpt/assets/icon-128x128.jpg?rev=1045546)
 * [Easy Custom Auto Excerpt](https://wordpress.org/plugins/easy-custom-auto-excerpt/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-custom-auto-excerpt/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-custom-auto-excerpt/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-custom-auto-excerpt/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-custom-auto-excerpt/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-custom-auto-excerpt/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [todiadiyatmo](https://wordpress.org/support/users/todiadiatmo/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/bug-in-eacx-code/#post-4650272)
 * Status: not resolved