Commit 33bc260
committed
Fix missing buttons with ST 4
After recent update, the Git Blame line no longer shows the buttons in Sublime Text 4,
and logs the following error in the console:
Parse Error: _num=24&">[Prev]</a>
2addc0883630
<a href="copy?sha=2addc0883630">[Copy]</a>
<a href="show?sha=2addc0883630">[Show]</a>
<a class="close" href="close">×</a>
</span>
</div>
</body>
code: Unexpected character
Let's escape the ampersands to prevent this.1 parent 4ecda8e commit 33bc260
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments