r92292 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92291‎ | r92292 | r92293 >
Date:19:49, 15 July 2011
Author:tparscal
Status:deferred
Tags:
Comment:
Updated template example.
Modified paths:
  • /trunk/parsers/wikidom/demos/es/index.html (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/demos/es/index.html
@@ -89,7 +89,7 @@
9090 {
9191 'type': 'template',
9292 '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>'
9494 },
9595 'range': { 'start': 120, 'end': 121 }
9696 }
@@ -112,8 +112,7 @@
113113 return false;
114114 } );
115115 $( '#es-toolbar-bold' ).click( function() {
116 - surface.annotateContent( 'toggle', { 'type': 'bold'
117 - } );
 116+ surface.annotateContent( 'toggle', { 'type': 'bold' } );
118117 return false;
119118 } );
120119 $( '#es-toolbar-italic' ).click( function() {

Status & tagging log