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);