diff --git a/_config.yml b/_config.yml index dcc8608ec..2b0307ee5 100644 --- a/_config.yml +++ b/_config.yml @@ -34,7 +34,7 @@ gems: pcjs: domain: pcjs.org # whereas site.url is used for linking purposes, site.pcjs.domain is used for display purposes - version: 1.32.1 # IMPORTANT: keep pcjs.version in sync with package.json:version + version: 1.32.2 # IMPORTANT: keep pcjs.version in sync with package.json:version compiled: true # by default, the compiled pcjs.version scripts will be used (eg, pcx86.js or pcx86-dbg.js) c1p_scripts: # if pcjs.compiled is false, the following scripts will be included instead, in the order listed - /modules/shared/lib/defines.js diff --git a/_includes/machine-command.html b/_includes/machine-command.html index b81ce3811..4b9a49610 100644 --- a/_includes/machine-command.html +++ b/_includes/machine-command.html @@ -19,4 +19,4 @@ should generate something like this: {% endcomment %} -{% if page.commands[include.command] != nil %}{% assign machine_command = "script" %}{% capture command_value %}{{ page.commands[include.command] | replace:'"','"' }}{% endcapture %}{% else %}{% capture machine_command %}{{ include.command }}{% endcapture %}{% capture command_value %}{{ include.value }}{% endcapture %}{% endif %}{% if include.type == "button" %}{% else %}{% endif %} +{% if page.commands[include.command] != nil %}{% assign machine_command = "script" %}{% capture command_value %}{{ page.commands[include.command] | replace:'"','"' | strip }}{% endcapture %}{% else %}{% capture machine_command %}{{ include.command }}{% endcapture %}{% capture command_value %}{{ include.value }}{% endcapture %}{% endif %}{% if include.type == "button" %}{% else %}{% endif %}