Explorar el Código

Merge pull request #31 from ckeditor/t/30

Fixed path to ckeditor.css
Maksymilian Barnaś hace 9 años
padre
commit
31c2c7eb0b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;