We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4cae3b commit a9f2e73Copy full SHA for a9f2e73
_scripts/actions.js
@@ -296,7 +296,7 @@ $(document).ready(function() {
296
placeholder_example = "";
297
if(value.placeholder_example != null)
298
placeholder_example = ", <i>e.g. " + value.placeholder_example + "</i>";
299
- components.push(value.name + " (Placeholder <cite>" + value.placeholder + "</cite> as its installation path" + placeholder_example + ")");
+ components.push(value.name + " (<b>Placeholder <cite>" + value.placeholder + "</cite></b> as its installation path" + placeholder_example + ")");
300
});
301
ret += $.ul_gen(components);
302
0 commit comments