zinking / bgweb

Automatically exported from code.google.com/p/bgweb
0 stars 0 forks source link

title html not unescaped properly #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. some stupid titles will cause the table not display correctly
2. some stupid titles are very very long, should be limited
3.

What is the expected output? What do you see instead?
stupid titles like this:
         厦门大学2010年研究生迎新晚会10月17日晚七点隆重上演,让我们.....
stupid titles which contain html tags :
         <a>what a ,<!--...

Please use labels and text to provide additional information.
title html should be unescaped properly
title length should be limited.

Original issue reported on code.google.com by zinking3 on 14 Oct 2010 at 2:17

GoogleCodeExporter commented 9 years ago
It was actually caused by un-necessary comments in the html tempate
after cleaning the comment, the title looks right now.

Original comment by zinking3 on 18 Oct 2010 at 6:11