Summary | html special char in comment |
Queue | Horde Framework Packages |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | Horde Developers (at) |
Requester | allen.zhao (at) camilion (dot) com |
Created | 01/28/2005 (7509 days ago) |
Due | |
Updated | 01/31/2005 (7506 days ago) |
Assigned | 01/28/2005 (7509 days ago) |
Resolved | 01/31/2005 (7506 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Queue ⇒ Horde Framework Packages
State ⇒ Assigned
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ html special char in comment
Queue ⇒ Whups
$thevalue = ' '
but I filled wrong-format email address, so it displayed the form with
my filled value again. And I found it become:
$thevalue = ' ';
Seems like a little bug.