Index: trunk/extensions/VisualEditor/modules/es/views/es.ListItemView.js |
— | — | @@ -38,7 +38,7 @@ |
39 | 39 | 'class', |
40 | 40 | classes |
41 | 41 | .replace( / ?es-listItemView-level[0-9]+/, '' ) |
42 | | - .replace( / ?es-listItemView-(bullet|number)/, '' ) |
| 42 | + .replace( / ?es-listItemView-(bullet|number|term|definition)/, '' ) |
43 | 43 | ) |
44 | 44 | // Set the list style class from the style on top of the stack |
45 | 45 | .addClass( 'es-listItemView-' + styles[styles.length - 1] ) |