mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 03:27:05 -04:00
Fix indent in views, shouldn't mix tabs with spaces
This commit is contained in:
parent
48df250491
commit
5f3fe5c62c
5 changed files with 20 additions and 20 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue