From b9770484365084a3ccf8744b05eb7f437626006c Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Fri, 31 Jan 2020 15:22:20 -0700 Subject: [PATCH] Update XML to not embed quote in PATH on windows * Remove the unsupported commend in lua script Fixes #4335 Signed-off-by: Jhon Honce --- contrib/msi/podman.wxs | 2 +- docs/links-to-html.lua | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/msi/podman.wxs b/contrib/msi/podman.wxs index ec62a93c5b..c2c2cea4f2 100644 --- a/contrib/msi/podman.wxs +++ b/contrib/msi/podman.wxs @@ -33,7 +33,7 @@ - + diff --git a/docs/links-to-html.lua b/docs/links-to-html.lua index 74072a9e40..816c433539 100644 --- a/docs/links-to-html.lua +++ b/docs/links-to-html.lua @@ -1,4 +1,3 @@ -# links-to-html.lua function Link(el) el.target = string.gsub(el.target, "%.1.md", ".html") return el