hi,
in CB Twitter is the link to Twitter not w3 html valid. The link must change from all & to &
In Line 1179:
From -
Code:
$_CB_framework->document->addHeadScriptUrl( 'http://platform.twitter.com/anywhere.js?id=' . htmlspecialchars( urlencode( $key ) ) . '&v=1' );
To -
Code:
$_CB_framework->document->addHeadScriptUrl( 'http://platform.twitter.com/anywhere.js?id=' . htmlspecialchars( urlencode( $key ) ) . '&v=1' );
brimberry