stfc2 / UI

User Interface
http://www.stfc.it
4 stars 5 forks source link

Wrong special chars handling in research labs #16

Open kirirur opened 9 years ago

kirirur commented 9 years ago

The code in research labs that truncate names longer then 18 characters doesn't handle properly HTML special characters like umlauts that are left undecoded. Probably a call to htmlentities on the truncated name should do the work.

Caberhagen commented 9 years ago

Hi

this fix working good for the research lab.

kirirur commented 9 years ago

Hello,

nice to hear that. Feel free to push the commit to the report, if you wish.