In the file /nbbc-1.4.5/doc/usage_enh.html in section "Input Validation" the regex for color is wrong. The correct one is: /^(#[0-9a-fA-F]{3,6}|[a-zA-Z]+)$/'
/^(#[0-9a-fA-F]{3,6}|[a-zA-Z]+)$/'
Log in to post a comment.