Skip to content

Commit

Permalink
update doc javascript (#3189)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxu10 authored Aug 12, 2024
1 parent b4cae3b commit a9f2e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _scripts/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ $(document).ready(function() {
placeholder_example = "";
if(value.placeholder_example != null)
placeholder_example = ", <i>e.g. " + value.placeholder_example + "</i>";
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 + ")");
});
ret += $.ul_gen(components);

Expand Down

0 comments on commit a9f2e73

Please sign in to comment.