What's the URL of the page containing the problem?
http://reviewboard.eng.vmware.com/r/3206/
What steps will reproduce the problem?
1. Create a review with a summary that has text that looks like html tags,
like "<example>".
2. Go to the dashboard, the summary line will be missing the text that
looks like a tag.
3. Go to the bug detail and the Summary line will also be unescaped.
What is the expected output? What do you see instead?
The summary text should be html-escaped, "<example>" -> "<example>"
What operating system are you using? What browser?
Linux/Firefox
Please provide any additional information below.