| Summary | illegal img src tag doesn't allow image to be shown |
| Queue | Horde Framework Packages |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | kglueck (at) viz (dot) tamu (dot) edu |
| Created | 12/01/2004 (7648 days ago) |
| Due | |
| Updated | 12/01/2004 (7648 days ago) |
| Assigned | 12/01/2004 (7648 days ago) |
| Resolved | 12/01/2004 (7648 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
State ⇒ Assigned
reproduced. where I noticed it was in including the klutz/comics
block in the portal_layout. shows up as a broken image on IE and as
the ALT text on Mozilla and Firefox...
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ illegal img src tag doesn't allow image to be shown
Queue ⇒ Horde Framework Packages
The change happened in rev 1.480 of framework/Horde/Horde.php. the
problem (as far as I see), is that the src attribute is now sent
through (on line 822/823) the @htmlspecialchars function which results
in an img src tag that has this as the src value:
"https://www-viz.tamu.edu/internal/horde/klutz/comics.php?actionID=image&date=1101871706&index=bc" the ampersand shouldn't be an html tag inside of there. (not sure if the above text will be shown correctly,
but...)
Kevin