diff --git a/modules/ve/ui/dialogs/ve.ui.MWMediaInsertDialog.js b/modules/ve/ui/dialogs/ve.ui.MWMediaInsertDialog.js index f078cd8e72..9b26f86fa4 100644 --- a/modules/ve/ui/dialogs/ve.ui.MWMediaInsertDialog.js +++ b/modules/ve/ui/dialogs/ve.ui.MWMediaInsertDialog.js @@ -55,7 +55,8 @@ ve.ui.MWMediaInsertDialog.prototype.onClose = function ( action ) { 'attributes': { 'type': 'thumb', 'align': 'right', - 'href': info.descriptionurl, + //'href': info.descriptionurl, + 'href': './' + this.item.title, 'src': info.thumburl, 'width': info.thumbwidth, 'height': info.thumbheight,