From b47d077c82bdb7f66b784c8b4624b869ab7ca164 Mon Sep 17 00:00:00 2001 From: Jennifer <42771751+JenniX3@users.noreply.github.com> Date: Mon, 12 Oct 2020 23:46:19 +0200 Subject: [PATCH] inkscape: fix missing brackets around argument (#4636) --- pages/common/inkscape.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/inkscape.md b/pages/common/inkscape.md index 8822c539b..bdbe80149 100644 --- a/pages/common/inkscape.md +++ b/pages/common/inkscape.md @@ -30,4 +30,4 @@ - Duplicate the object with id="path123", rotate the duplicate 90 degrees, save the file, and quit Inkscape: -`inkscape {{filename.svg}} --select=path123 --verb="EditDuplicate;ObjectRotate90;FileSave;FileQuit"` +`inkscape {{filename.svg}} --select=path123 --verb="{{EditDuplicate;ObjectRotate90;FileSave;FileQuit}}"`