yunjiali / Synote

Synote allows users to annotate media fragments and the annotations are published as Linked Data
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

HTML needs to be tidied up before displaying #74

Open yunjiali opened 12 years ago

yunjiali commented 12 years ago

Users may write html tags into title, notes, etc. If the html tags are not well-formed, there will be displaying errors for the page, such as the listMySynmark page and Synote player page. So we need to tidy up the html code and make sure it is well formed before embed them in the web page.

yunjiali commented 12 years ago

My current solution is only displaying the html code using encodeAsHTML() method. But we need to change it later.