View Issue Details

IDProjectCategoryView StatusLast Update
0002790HTML & PERLBug Report - Interfacepublic2017-02-28 23:14
ReporterShitenshi Assigned ToDerIdiot  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version2017-03 
Summary0002790: addsong: Official Name is double html escaped
DescriptionThe value for "Official Name" is not properly html-unescaped. E.g. the song's title is "ライム, 最後の戦い! <C-1+C-2>", but it is shown as "ライム, 最後の戦い! <C-1+C-2>" in the edit song page. Editing the title directly (through Add/edit names) does work correctly.
Steps To Reproduce1. Go to a song with "<" or ">" in the official name: https://anidb.net/s90965
2. Edit the song: https://anidb.net/perl-bin/animedb.pl?show=addsong&edit=90965

The field shows "<" and ">" instead of "<" resp. ">".
Tagssong

Activities

Shitenshi

2017-01-18 16:18

reporter   ~0003970

Excellent, the bug tracker doesn't escape html characters either...

To correct the description, the edit song page shows the aforementioned title as "ライム, 最後の戦い! &lt;C-1+C-2&gt;"

Correction for the steps to reproduce:
The field shows "&lt;" and "&gt;" instead of "<" resp. ">".

Issue History

Date Modified Username Field Change
2017-01-18 16:13 Shitenshi New Issue
2017-01-18 16:13 Shitenshi Tag Attached: song
2017-01-18 16:18 Shitenshi Note Added: 0003970
2017-02-28 22:57 DerIdiot Assigned To => DerIdiot
2017-02-28 22:57 DerIdiot Status new => resolved
2017-02-28 22:57 DerIdiot Resolution open => fixed
2017-02-28 22:57 DerIdiot Fixed in Version => 2017-03
2017-02-28 23:14 DerIdiot Summary Official Name is not html-unescaped properly on edit song page => addsong: Official Name is double html escaped
2017-02-28 23:14 DerIdiot Description Updated
2017-02-28 23:14 DerIdiot Steps to Reproduce Updated