Title: Plugin results in a coding error (double quotation marks &amp; backslashes)
Last modified: August 21, 2016

---

# Plugin results in a coding error (double quotation marks & backslashes)

 *  [BeeCee](https://wordpress.org/support/users/csigncsign/)
 * (@csigncsign)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-results-in-a-coding-error-double-quotation-marks-backslashes/)
 * The plugin causes, that my own h3, h5 …. tags are result in a wrong output.
 * My code in a simple page:
 * `<h5 class="h5headline"><span class="h5background">This is a h5 tag with background
   stripes.</span></h5>`
 * results, that these CSS are not interpreted right:
 *     ```
       .h3headline {
       background: url("../images/shared/stripes.gif") repeat-x scroll center 10px !important;
       font-weight: normal !important;
       letter-spacing: 2px !important;
       margin-bottom: 12px;
       margin-top: 20px;
       padding: 2px !important;
       text-align: center;
       width: 100%;
       }
       .h3background {
       background-color: #FFFFFF;
       color: #BCA7B8;
       font-size: 15px !important;
       letter-spacing: 2px !important;
       padding: 2px 10px;
       text-align: center;
       text-transform: uppercase;
       font-weight: normal;
       }
       ```
   
 * Result with a backslash error:
 * Screenshot Firebug:
    [http://oi41.tinypic.com/bgqo7p.jpg](http://oi41.tinypic.com/bgqo7p.jpg)
 * It should look like this:
    [http://oi43.tinypic.com/dcyf40.jpg](http://oi43.tinypic.com/dcyf40.jpg)
 * But it ignores the centering and the stripes background because there is a “quotation
   marks” too much as well as an unnecessary backslash:
 * Firebug Screenshot:
    [http://oi42.tinypic.com/4vimg2.jpg](http://oi42.tinypic.com/4vimg2.jpg)
 * I have now isolated this error for hours, deactivating one plugin after the other,
   talking to my premium theme author and by deactivating plugin after plugin and
   activating one after the other, I discovered, that this error appears, when only
   your plugin is active.
 * So could you please fix this?
    Thanks!
 * [http://wordpress.org/plugins/seo-automatic-links/](http://wordpress.org/plugins/seo-automatic-links/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Vladimir Prelovac](https://wordpress.org/support/users/freediver/)
 * (@freediver)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-results-in-a-coding-error-double-quotation-marks-backslashes/#post-4089270)
 * This is fixed in in premium version of the plugin (which was completely redone).
   Unfortunately I stopped supporting the free version due to lack of time.
 *  Thread Starter [BeeCee](https://wordpress.org/support/users/csigncsign/)
 * (@csigncsign)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-results-in-a-coding-error-double-quotation-marks-backslashes/#post-4089438)
 * Yes, that’s bad – but why is this plugin with such an error longer here?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Plugin results in a coding error (double quotation marks & backslashes)’
is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/seo-automatic-links.svg)
 * [SEO Smart Links](https://wordpress.org/plugins/seo-automatic-links/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/seo-automatic-links/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/seo-automatic-links/)
 * [Active Topics](https://wordpress.org/support/plugin/seo-automatic-links/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/seo-automatic-links/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/seo-automatic-links/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [BeeCee](https://wordpress.org/support/users/csigncsign/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/plugin-results-in-a-coding-error-double-quotation-marks-backslashes/#post-4089438)
 * Status: not resolved