File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -289,13 +289,11 @@ export default sfc; // activate IDE's Vue plugin
289
289
<a href =" #" @click =" createNewBranch()" >
290
290
<div v-show =" shouldCreateTag" >
291
291
<i class =" reference tags icon" />
292
- <!-- eslint-disable-next-line vue/no-v-html -->
293
- <span v-html =" textCreateTag.replace('%s', searchTerm)" />
292
+ <span v-text =" textCreateTag.replace('%s', searchTerm)" />
294
293
</div >
295
294
<div v-show =" !shouldCreateTag" >
296
295
<svg-icon name =" octicon-git-branch" />
297
- <!-- eslint-disable-next-line vue/no-v-html -->
298
- <span v-html =" textCreateBranch.replace('%s', searchTerm)" />
296
+ <span v-text =" textCreateBranch.replace('%s', searchTerm)" />
299
297
</div >
300
298
<div class =" text small" >
301
299
<span v-if =" isViewBranch || release" >{{ textCreateBranchFrom.replace('%s', branchName) }}</span >
You can’t perform that action at this time.
0 commit comments