Skip to content

Commit bc613f4

Browse files
authored
Merge pull request #68 from nbfalcon/bugfix/script-trailing-newline
html: script*: remove following newline
2 parents f7747da + 7c4ac78 commit bc613f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

html-mode/script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# --
44
<script type="text/javascript">
55
$0
6-
</script>
6+
</script>

html-mode/scriptsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- mode: snippet -*-
22
# name: <script type="text/javascript" src="..."></script>
33
# --
4-
<script type="text/javascript" src="$1"></script>
4+
<script type="text/javascript" src="$1"></script>

0 commit comments

Comments
 (0)