Hi LeAnne and the Link team
I use xhtml a lot and there are now under 50 errors which are not generated by skins or containers. DotNetNuke is going in the right direction.
Here is a fast and simple workaround for the above error from the link module. The Link team can do this a lot smarter, i'm sure.
In the \DesktopModules\Links\Links.ascx file, change the following line:
<td <%# NoWrap %>>
to:
<td style=" white-space: <%# NoWrap %>;">
From now on you will only have css warnings if you have choosen 'Wrap' in the Links Settings (It gives "whitespace: ;" in the html code) which is better than errors :-)