This commit is contained in:
openshwprojects
2023-03-11 08:49:27 +01:00
parent add67dd280
commit ca0c9ed110
8 changed files with 23 additions and 8 deletions

View File

@ -825,7 +825,7 @@ for (let i = 0; i < scriptExamples.length; i++) {
scriptsmdshort += "" + scr.description + "";
scriptsmdshort += '\n';
scriptsmdshort += '<br>';
scriptsmdshort += 'Requirements:<br>';
scriptsmdshort += 'Requirements:';
scriptsmdshort += '\n';
for (let j = 0; j < scr.requirements.length; j++) {
scriptsmdshort += '- ' + scr.requirements[j] + '<br>';