Title: Error code.
Last modified: August 21, 2016

---

# Error code.

 *  Resolved [Hugo_R](https://wordpress.org/support/users/hugo-rubio/)
 * (@hugo-rubio)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/error-code-36/)
 * Hello, I displayed when I code shows the result of rating. (4.45 / 5 (7) **“>**)
   and also in the ALT, you see the title with this code **<span clas =**
 * Link dose errors are: [http://www.are2abogados.com/publicaciones](http://www.are2abogados.com/publicaciones)
 * Please, how I can fix it?
 * [https://wordpress.org/plugins/multi-rating/](https://wordpress.org/plugins/multi-rating/)

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

 *  Plugin Author [dpowney](https://wordpress.org/support/users/dpowney/)
 * (@dpowney)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/error-code-36/#post-5089336)
 * Hi Hugo,
 * This is a theme issue which is seen a lot. See [https://pippinsplugins.com/use-the_title-and-the_title_attribute-correctly/](https://pippinsplugins.com/use-the_title-and-the_title_attribute-correctly/).
 * `the_title()` function should not be used in a HTML element attribute. This will
   cause broken HTML markup. `the_title_attribute()` function should be used instead.
 * Here’s an example of incorrect code usage of the_title() function:
    `<a href="
   <?php the_permalink(); ?>" title="<?php the_title(); ?>">My title</a>`
 * Using the auto placement settings to display the rating results would result 
   in broken HTML like this:
    `4.35/5(3)">My title`
 * Correct usage is to use the_title_attribute() function instead for output of 
   a HTML element attribute:
    `<a href="<?php the_permalink(); ?>" title="<?php 
   the_title_attribute(); ?>">My title</a>`
 * I hope this makes sense.
 * Thanks,
    Daniel.
 *  Thread Starter [Hugo_R](https://wordpress.org/support/users/hugo-rubio/)
 * (@hugo-rubio)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/error-code-36/#post-5089371)
 * Si cambio unicamente la funcion the_title() por the_title_attribute() se soluciona.¿
   Al realizar este paso me afecta al Schema.org micro data?.
 *  Thread Starter [Hugo_R](https://wordpress.org/support/users/hugo-rubio/)
 * (@hugo-rubio)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/error-code-36/#post-5089372)
 * Sorry in English:
    If the only change the_title () function by the_title_attribute()
   is fixed. By doing this step? Affects me Schema.org micro data?.
 *  Plugin Author [dpowney](https://wordpress.org/support/users/dpowney/)
 * (@dpowney)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/error-code-36/#post-5089373)
 * No impact to schema.org micro data.

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

The topic ‘Error code.’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/multi-rating_d6dfe6.svg)
 * [Multi Rating](https://wordpress.org/plugins/multi-rating/)
 * [Support Threads](https://wordpress.org/support/plugin/multi-rating/)
 * [Active Topics](https://wordpress.org/support/plugin/multi-rating/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/multi-rating/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/multi-rating/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [dpowney](https://wordpress.org/support/users/dpowney/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/error-code-36/#post-5089373)
 * Status: resolved