while forming tag links, if a tag consists of more than one word separated by space, Ditto 2 will generate an invalid URI:
<a href="/main/news/?start=0&tags=torquent per"
which should be
<a href="/main/news/?start=0&tags=torquent%20per"
Can you please file a bug report for this? Thanks.