I'm using DNNQ&A on my site. On the main page, where it displays "x days ago by Firstname Lastname", when viewing the source this is being rendered as:
<div class="started">1 month ago by <a href=http://mysite.com/firstname lastname>Firstname Lastname</a></div>
When clicking the link, we are directed to (which is not valid):
http://mysite.com/firstname
The correct url should be: http://mysite/firstname%20lastname
Any suggestion on how to resolve this would be appreciated.