Changes between Initial Version and Version 1 of Ticket #28940, comment 7
- Timestamp:
- 08/10/2014 07:29:01 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28940, comment 7
initial v1 3 3 When investigating the removal of the empty <span> tags, I noticed that the empty <i> tags are not being removed even '''after''' removing the 28940.patch. 4 4 5 I checked in the code, the patch lines are not there, added a define('SCRIPT_DEBUG', true); line to force the use of the regular .js files (sorry forgot that one before) and the it still works.5 I checked in the code, the patch lines are not there, added a define('SCRIPT_DEBUG', true); line to force the use of the regular .js files (sorry forgot that one before) and the empty <i> tags do not get removed when switching from visual to text and back. 6 6 7 7 Am I going nuts?? or is this fixed via another way and already included in the current beta3?