From ddc7648096d815c3344ab9310519693cfca8eb56 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 4 Jul 2013 04:02:35 +0200 Subject: [PATCH] Add missing ve-mw ve.ce.Node.css Follows-up 92c38ea, which duplicated the existing one but forgot to change the path from 've' to 've-mw'. Change-Id: Ia95d26501aa9ab52e33394500bb51a733acf4658 --- VisualEditor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualEditor.php b/VisualEditor.php index cfa257b5e7..8a4fc48ebd 100644 --- a/VisualEditor.php +++ b/VisualEditor.php @@ -541,7 +541,7 @@ $wgResourceModules += array( 'styles' => array( // ce 've/ce/styles/ve.ce.Node.css', - 've/ce/styles/ve.ce.Node.css', + 've-mw/ce/styles/ve.ce.Node.css', 've/ce/styles/ve.ce.Surface.css', // ui 've/ui/styles/ve.ui.css',