r103946 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103945‎ | r103946 | r103947 >
Date:19:37, 22 November 2011
Author:tparscal
Status:deferred
Tags:
Comment:
Fixed improper nesting in demo content
Modified paths:
  • /trunk/extensions/VisualEditor/demo/es.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/demo/es.js
@@ -67,7 +67,7 @@
6868 {
6969 'type': 'object/hook',
7070 'data': {
71 - 'html': '<sup><small><a href="#">[1]</a></small><sup>'
 71+ 'html': '<sup><small><a href="#">[1]</a></small></sup>'
7272 },
7373 'range': {
7474 'start': 118,
@@ -77,7 +77,7 @@
7878 {
7979 'type': 'object/template',
8080 'data': {
81 - 'html': '<sup><small>[<a href="#">citation needed</a>]</small><sup>'
 81+ 'html': '<sup><small>[<a href="#">citation needed</a>]</small></sup>'
8282 },
8383 'range': {
8484 'start': 456,

Status & tagging log