Title: HTML Validator Errors
Last modified: August 21, 2016

---

# HTML Validator Errors

 *  [Presskopp](https://wordpress.org/support/users/presskopp/)
 * (@presskopp)
 * [12 years ago](https://wordpress.org/support/topic/html-validator-errors/)
 * When I look at
    [http://kopatheme.com/demo/nictitate/](http://kopatheme.com/demo/nictitate/)
   with [http://validator.w3.org/](http://validator.w3.org/)
 * I see a lot of errors, especially this one:
 * “Character reference was not terminated by a semicolon.”
 * <i data-icon=”&#xe014″></i> and so on
 * where it should be
 * <i data-icon=””></i>
 * So I changed line 23 and 25 in custom_walker.php to
 * $icon = ‘<i data-icon=”‘ . $kopa_icons[$icon] . ‘;”></i>’;
 * and
 * $icon = ‘<i data-icon=”‘ . $kopa_icons[‘home’] . ‘;”></i>’;
 * but this didn’t change anything!?
 * What to do? Thank you!

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

 *  Thread Starter [Presskopp](https://wordpress.org/support/users/presskopp/)
 * (@presskopp)
 * [12 years ago](https://wordpress.org/support/topic/html-validator-errors/#post-5148134)
 *  should be …xe014;
 *  Thread Starter [Presskopp](https://wordpress.org/support/users/presskopp/)
 * (@presskopp)
 * [12 years ago](https://wordpress.org/support/topic/html-validator-errors/#post-5148317)
 * > but this didn’t change anything!?
 * Sure, it did, but I had to clean cache..
 * So I fixed a bug here 😉

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

The topic ‘HTML Validator Errors’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/nictitate-free/1.0/screenshot.
   png)
 * Nictitate-free
 * [Support Threads](https://wordpress.org/support/theme/nictitate-free/)
 * [Active Topics](https://wordpress.org/support/theme/nictitate-free/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/nictitate-free/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/nictitate-free/reviews/)

 * 2 replies
 * 1 participant
 * Last reply from: [Presskopp](https://wordpress.org/support/users/presskopp/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/html-validator-errors/#post-5148317)
 * Status: not resolved