Skip to content

Commit a4acfb0

Browse files
committed
DOC-3314: Syntax correction.
1 parent 61749e8 commit a4acfb0

File tree

2 files changed

+4
-4
lines changed
  • modules/ROOT/examples/live-demos

2 files changed

+4
-4
lines changed

modules/ROOT/examples/live-demos/uploadcare-full-feature/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ tinymce.init({
3939
a { color: #2b70e3; }
4040
blockquote { color: #4e5c73; font-weight: 200; font-size: 1.3rem; margin: 1rem 2rem; padding: 0 0 0 1rem; border-left: 2px solid #2b70e3 !important; }
4141
figcaption {font-size: 0.875em;}
42-
uc-video { display: block; margin: 1rem 0; width: 100%;}
43-
`
42+
uc-video { display: block; margin: 1rem 0; width: 100%;}
43+
`
4444
});

modules/ROOT/examples/live-demos/uploadcare-video/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ tinymce.init({
2828
a { color: #2b70e3; }
2929
blockquote { color: #4e5c73; font-weight: 200; font-size: 1.3rem; margin: 1rem 2rem; padding: 0 0 0 1rem; border-left: 2px solid #2b70e3 !important; }
3030
figcaption {font-size: 0.875em;}
31-
uc-video { display: block; margin: 1rem 0; width: 100%;}
32-
`
31+
uc-video { display: block; margin: 1rem 0; width: 100%;}
32+
`
3333
});

0 commit comments

Comments
 (0)