소스 검색

indentation tweak

Hakim El Hattab 1 년 전
부모
커밋
66fa4350e1
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      examples/scroll.html

+ 4 - 4
examples/scroll.html

@@ -106,13 +106,13 @@
 		<script src="../plugin/markdown/markdown.js"></script>
 		<script src="../plugin/highlight/highlight.js"></script>
 		<script>
-      Reveal.initialize({
-        view: 'scroll',
-        hash: true,
+			Reveal.initialize({
+				view: 'scroll',
+				hash: true,
 
 				plugins: [ RevealMarkdown, RevealHighlight, RevealNotes ]
 			});
-    </script>
+		</script>
 
 	</body>
 </html>