Fix template indentations

This commit is contained in:
James Brooks
2016-08-10 20:40:54 +01:00
parent 4d97f3ce12
commit 135ce7ebef
32 changed files with 1707 additions and 1708 deletions

View File

@@ -10,7 +10,6 @@
<script>
(function() {
console.log(document.getElementById('cm-editor'));
var editor = CodeMirror.fromTextArea(document.getElementById('cm-editor'), {
lineNumbers: true,
mode: 'twig',