8
0
Просмотр исходного кода

Merge pull request #31 from ckeditor/t/30

Fixed path to ckeditor.css
Maksymilian Barnaś 9 лет назад
Родитель
Сommit
31c2c7eb0b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-theme-lark/tests/manual/theme.html

+ 1 - 1
packages/ckeditor5-theme-lark/tests/manual/theme.html

@@ -1,5 +1,5 @@
 <head>
-	<link rel="stylesheet" href="%APPS_DIR%ckeditor/build/amd/theme/ckeditor.css">
+	<link rel="stylesheet" href="%APPS_DIR%ckeditor/build/modules/amd/theme/ckeditor.css">
 	<style>
 		.wrappable {
 			white-space: initial;