Skip to content
This repository was archived by the owner on Sep 23, 2021. It is now read-only.

Commit ce7c662

Browse files
committed
Template format
1 parent 35bd626 commit ce7c662

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/stash.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<body>
1414
<div id="stash-pane">
1515
<div id="controls">
16-
<a href="/stash" target="_blank" onclick="save();"> Stash</a> |
16+
<a href="/stash" target="_blank" onclick="save();"> Stash</a> |
1717
<a href="/published/{{ .pubTo}}" target="_blank" onclick="save();"> Present</a> |
1818
<a href="/published/{{ .pubTo}}?print-pdf" target="_blank" onclick="save();"> Pdf</a>
1919
</div>
@@ -33,7 +33,7 @@
3333
</table>
3434
</div>
3535
</div>
36-
36+
3737
<script src="/static/revealjs/js/ace-1.1.8/ace.js" type="text/javascript" charset="utf-8"></script>
3838
<script src="/static/revealjs/js/jquery-2.1.3.min.js" type="text/javascript" charset="utf-8"></script>
3939
<script src="/static/revealjs/js/jquery-debounce-1.0.5.js" type="text/javascript" charset="utf-8"></script>
@@ -42,4 +42,4 @@
4242
</body>
4343
</html>
4444

45-
{{ end }}
45+
{{ end }}

0 commit comments

Comments
 (0)