Changes between Version 2 and Version 4 of Ticket #3133
- Timestamp:
- Mar 23, 2009, 5:08:00 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3133 – Description
v2 v4 10 10 }}} 11 11 1. Open the smiley plugin to insert a motion; 12 * Actual Result: JavaScript error occured.13 12 13 * Expected Result: 14 {{{ 15 <p>te<img alt=":)" title=":)" ...></p><ul><li>xt</li></ul> 16 }}} 17 * Actual Result: 18 {{{ 19 <p>te</p><img alt=":)" title=":)" ...><ul><li>xt</li></ul> 20 }}} 21