We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c7f4d commit 2ff9465Copy full SHA for 2ff9465
app/helpers/getTryItNow.js
@@ -14,5 +14,5 @@ module.exports = function (value, options) {
14
const variablesQuery = variables ? `&variables=${encodeURIComponent(variables)}` : ""
15
16
var url = `${options.data.root.servers[0].url}?query=${encodeURIComponent(query)}${variablesQuery}`;
17
- return new Handlebars.SafeString(`<a href="${url}" target="_blank">Try it now<a/>\n`);
18
-}
+ return new Handlebars.SafeString(`<a href="${url}" target="_blank">Try it now</a>\n`);
+}
0 commit comments