Skip to content

Commit 3dff65d

Browse files
committed
delete double quote
1 parent 88973ce commit 3dff65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/utils/installExtension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export async function installExtension(bridgePath: string, extensionPath: string
137137
bridgeExtSections[0] +
138138
`\n<div id="content-${extSectionsContent[0].replaceAll(" ", "_")}" class="tab-pane" data-version="${extSectionsContent[2]}" title="${
139139
extSectionsContent[0]
140-
}">"${extSectionsContent[3]}</div>\n` +
140+
}">${extSectionsContent[3]}</div>\n` +
141141
bridgeExtSections[1] +
142142
newBridgeContent.slice(bridgeSectionsPos[0], bridgeSectionsPos[1]) +
143143
`\n` +

0 commit comments

Comments
 (0)