Re: Url Manager - View Friendly Url HyperLink Issue
This is fixed in svn.
If you don't want to work from svn, you can easily also fix it by editing Admin/FriendlyUrlManager.ascx.
In the ItemTemplate inside the DataList, you'll see a tag with <mp:SiteLabel, remove the CssClass attribute and add an Attribute with UseLabelTag="false" and that should fix it.
Thanks,
Joe