From 41e198f378af139bc03b8ab1cbbfb8904ff9fbae Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Wed, 21 Jun 2017 08:08:13 -0700 Subject: [PATCH] Removed unsightly comment from Jekyll template --- _includes/machine-engines.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/machine-engines.html b/_includes/machine-engines.html index 134acdb28..c8da7e19e 100644 --- a/_includes/machine-engines.html +++ b/_includes/machine-engines.html @@ -112,7 +112,7 @@ of our Markdown or XML documents. Examples: 'automount' becomes 'autoMount', 'a {% endunless %} {% capture machine_parms %}{{ site.left_brace }}autoMount:{{ machine_autoMount }}{{ machine_autoPower }}{{ machine_autoStart }}{{ machine_autoType }}{{ machine_drives }},resume:"{{ machine.resume }}",state:"{{ machine.state }}",commands:"{{ machine.commands }}",messages:"{{ machine.messages }}",connection:"{{ machine.connection }}"{{ site.right_brace }}{% endcapture %} {% if site.pcjs.compiled == true and machine.uncompiled != true %} - {% capture machine_script %} + {% capture machine_script %} {% endcapture %} {% unless machine_scripts contains machine_script %} {{ machine_script }}