Log in

View Full Version : Style does not validate. Reason: missing quotes


squishi
11-07-2009, 03:22 PM
Vbulletin does not wrap quotes around it's embedded styles.
Example:
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.3 CSS
...
*/
etc.


Vbulletin should add html comments around these style definitions.
Because the comments are not added, my pages do not validate in a html validator (I use an expression in the style that gives me the error "character '<' is the first character of a delimiter but occurred as data").

Lynne
11-08-2009, 04:21 PM
Suggestions regarding vbulletin coding need to be made on the vbulletin.com site, not here on the modification site. The developers don't read these forums looking for suggestions.