MWInlineImageNode should be img

Change-Id: I0cc43c59031f970b879b64696e824ebaa28a4b53
This commit is contained in:
Christian Williams 2013-05-14 17:36:04 -07:00
parent f675d73204
commit 991859d5d1

View file

@ -39,7 +39,7 @@ ve.inheritClass( ve.ce.MWInlineImageNode, ve.ce.ImageNode );
ve.ce.MWInlineImageNode.static.name = 'MWinlineimage';
ve.ce.MWInlineImageNode.static.tagName = 'span';
ve.ce.MWInlineImageNode.static.tagName = 'img';
/* Registration */