Index: trunk/parsers/wikidom/demos/es/index.html |
— | — | @@ -89,7 +89,7 @@ |
90 | 90 | { |
91 | 91 | 'type': 'template', |
92 | 92 | 'data': { |
93 | | - 'html': '<span class="editSurface-format-link editSurface-format-super">[citation needed]</span>' |
| 93 | + 'html': '<sup><small><a href="#">[citation needed]</a></small></sup>' |
94 | 94 | }, |
95 | 95 | 'range': { 'start': 120, 'end': 121 } |
96 | 96 | } |
— | — | @@ -112,8 +112,7 @@ |
113 | 113 | return false; |
114 | 114 | } ); |
115 | 115 | $( '#es-toolbar-bold' ).click( function() { |
116 | | - surface.annotateContent( 'toggle', { 'type': 'bold' |
117 | | - } ); |
| 116 | + surface.annotateContent( 'toggle', { 'type': 'bold' } ); |
118 | 117 | return false; |
119 | 118 | } ); |
120 | 119 | $( '#es-toolbar-italic' ).click( function() { |