Opened 7 years ago
Closed 7 years ago
#1483921 closed Bugs (fixed)
iframe not closed (spelling mistake)
| Reported by: | Gustaff | Owned by: | |
|---|---|---|---|
| Priority: | 3 | Milestone: | |
| Component: | Client Scripts | Version: | 0.1-beta |
| Severity: | minor | Keywords: | |
| Cc: |
Description
Hi,
in file program/steps/mail/func.inc
in function rcmail_message_part_frame (line 1378)
the iframe is not properly closed (spelling mistake):
$out = '<iframe '. $attrib_str . "></ifame>";
should be
$out = '<iframe '. $attrib_str . "></iframe>";
Gustaff
Change History (2)
comment:1 Changed 7 years ago by mtu
comment:2 Changed 7 years ago by cmcnulty
- Resolution set to fixed
- Status changed from new to closed
applied fix in 302
Note: See
TracTickets for help on using
tickets.

patch submitted to mailing list, waiting for commit