Skip to content

Commit a9f2e73

Browse files
authored
update doc javascript (#3189)
1 parent b4cae3b commit a9f2e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_scripts/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ $(document).ready(function() {
296296
placeholder_example = "";
297297
if(value.placeholder_example != null)
298298
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 + ")");
299+
components.push(value.name + " (<b>Placeholder <cite>" + value.placeholder + "</cite></b> as its installation path" + placeholder_example + ")");
300300
});
301301
ret += $.ul_gen(components);
302302

0 commit comments

Comments
 (0)