Fix indent in views, shouldn't mix tabs with spaces

This commit is contained in:
Peter Dave Hello 2017-04-18 05:24:04 +08:00
parent 48df250491
commit 5f3fe5c62c
5 changed files with 20 additions and 20 deletions

View file

@ -37,13 +37,13 @@
<link rel="stylesheet" href="<%- url %>/css/slide.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = '<%- url %>/build/reveal.js/' + (window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css');
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<%- include shared/polyfill %>
</head>