Changeset 1727686
- Timestamp:
- 09/10/2017 03:56:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
softmixt-relations/trunk/admin/assets/tinymce/plugins/sftrelations/plugin.js
r1727679 r1727686 42 42 { text : 'Div' , value : 'div' } , 43 43 { text : 'Ul' , value : 'ul' } , 44 { text : 'Ul' , value : 'ul' } , 44 45 { text : 'Section' , value : 'section' } , 45 46 { text : 'Article' , value : 'article' } … … 63 64 { text : 'Div' , value : 'div' } , 64 65 { text : 'Span' , value : 'span' } , 66 { text : 'Li' , value : 'li' } , 65 67 { text : 'Section' , value : 'section' } , 66 68 { text : 'Article' , value : 'article' } ,
Note: See TracChangeset
for help on using the changeset viewer.