Actions
Bug #6079
closedBad HTML-encodeding on status_dhcp_leases.php
Start date:
04/06/2016
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3
Affected Architecture:
Description
No big thing but the output in the description column on status_dhcp_leases.php is off. I see this in description:
Andréas laptop
but the correct output would be expect
Andréas laptop
Maybe the HTML-encoding is done twice? The HTML source seems to indicate this:
<td>Andr&eacute;as laptop</td>
/Andréas
Updated by Phillip Davis over 8 years ago
Yep, your guess was correct.
https://github.com/pfsense/pfsense/pull/2846
Updated by Renato Botelho over 8 years ago
- Status changed from New to Feedback
- Assignee set to Renato Botelho
- Target version set to 2.3
- % Done changed from 0 to 100
Merged
Updated by Chris Buechler over 8 years ago
- Category set to Web Interface
- Status changed from Feedback to Resolved
fixed
Actions