Opened 2 years ago
Last modified 2 years ago
#121 accepted defect
Bug with smilies when MEDIA_URL contains a complete http:// URL
| Reported by: | Mokona | Owned by: | slav0nic |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Component: | Posting | Version: | devel |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
When the MEDIA_URL contains (or rather starts by) http://, there's a problem with the smilies if the ':/' smiley is not the first declared in the list.
What happens is that the first smiley is replaced by 'http://...' (the complete smiley URL) and then is parsed as a smiley again (the :/ part of http:// is replaced by another img tag).
Small workaround (not really a fix) is to put the :/ first in the smiley declaration list.
Change History (1)
comment:1 Changed 2 years ago by slav0nic
- Owner changed from somebody to slav0nic
- Priority changed from minor to major
- Status changed from new to accepted
Note: See
TracTickets for help on using
tickets.
