Title: [Plugin: Comment Validation] Plug-in causes XHTML validation failure
Last modified: August 19, 2016

---

# [Plugin: Comment Validation] Plug-in causes XHTML validation failure

 *  [smdrager](https://wordpress.org/support/users/smdrager/)
 * (@smdrager)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-comment-validation-plug-in-causes-xhtml-validation-failure/)
 * There is currently an error in the code for this plugin, which will cause any
   web page with it to not validate. The fix is simple:
 * In comment-validation.php,
 * echo ‘<link rel=”stylesheet” href=”‘;
    bloginfo(‘wpurl’); echo ‘/wp-content/plugins/
   comment-validation/comment-validation.css”></script>’;
 * This is a <link> tag closed by a </script> tag. It should be re-written:
 * echo ‘<link rel=”stylesheet” href=”‘;
    bloginfo(‘wpurl’); echo ‘/wp-content/plugins/
   comment-validation/comment-validation.css” />’;
 * Otherwise, thanks for a nice plug-in!
 * [http://wordpress.org/extend/plugins/comment-validation/](http://wordpress.org/extend/plugins/comment-validation/)

Viewing 1 replies (of 1 total)

 *  [joern.zaefferer](https://wordpress.org/support/users/joernzaefferer/)
 * (@joernzaefferer)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-comment-validation-plug-in-causes-xhtml-validation-failure/#post-1344535)
 * I’ve released version 0.4 of the plugin, that should fix this problem.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Comment Validation] Plug-in causes XHTML validation failure’
is closed to new replies.

 * 1 reply
 * 2 participants
 * Last reply from: [joern.zaefferer](https://wordpress.org/support/users/joernzaefferer/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-comment-validation-plug-in-causes-xhtml-validation-failure/#post-1344535)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
