Actions
Bug #7678
closedBad HTML-encoding on the status_dhcp_leases.php page
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Web Interface
Target version:
-
Start date:
07/07/2017
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3.4
Affected Architecture:
Description
It seems that the 2.3.4 release reintroduced an old bug, see #6079. The description column currently shows HTML entities:
Caméra de surveillance vidéo du jardin.
It should shows accented characters instead:
Caméra de surveillance vidéo du jardin.
And, like in #6079, the HTML outputs indicates that the encoding has been done twice:
<td>Caméra de surveillance vidéo de la cuisine.</td>
Not a big deal but I though it should be reported.
Thanks for all the hard work, have a good day.
Actions