From a9f2e735a115f20a6867c642a12df893fa92c117 Mon Sep 17 00:00:00 2001 From: Jing Xu Date: Mon, 12 Aug 2024 19:33:03 +0900 Subject: [PATCH] update doc javascript (#3189) --- _scripts/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_scripts/actions.js b/_scripts/actions.js index 7a16b4b6d..bcb89310f 100644 --- a/_scripts/actions.js +++ b/_scripts/actions.js @@ -296,7 +296,7 @@ $(document).ready(function() { placeholder_example = ""; if(value.placeholder_example != null) placeholder_example = ", e.g. " + value.placeholder_example + ""; - components.push(value.name + " (Placeholder " + value.placeholder + " as its installation path" + placeholder_example + ")"); + components.push(value.name + " (Placeholder " + value.placeholder + " as its installation path" + placeholder_example + ")"); }); ret += $.ul_gen(components);