Commit db8d434c authored by sarahghp's avatar sarahghp

Add closing tag instead of self-close

parent 23994d21
......@@ -34,6 +34,7 @@ export default {
},
computed: {
copyString() {
/* eslint-disable no-useless-escape */
return {
script: `<script defer
data-project-id='${this.appMetadata.sourceProjectId}'
......@@ -41,9 +42,9 @@ export default {
data-merge-request-id='${this.appMetadata.mergeRequestId}'
data-mr-url='${this.appMetadata.appUrl}'
id='review-app-toolbar-script'
src='https://gitlab.com/assets/webpack/visual_review_toolbar.js'
/>`,
src='https://gitlab.com/assets/webpack/visual_review_toolbar.js'><\/script>`,
};
/* eslint-enable no-useless-escape */
},
instructionText() {
return {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment