From 6d493682e95ec5ee2b945bb035724651054c586f Mon Sep 17 00:00:00 2001 From: PunishedPineapple <50609717+PunishedPineapple@users.noreply.github.com> Date: Sat, 25 Dec 2021 17:05:49 -0600 Subject: [PATCH] Didn't escape quotes. --- WaymarkPresetPlugin/WaymarkPresetPlugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WaymarkPresetPlugin/WaymarkPresetPlugin.json b/WaymarkPresetPlugin/WaymarkPresetPlugin.json index 312bf83..72d27a4 100644 --- a/WaymarkPresetPlugin/WaymarkPresetPlugin.json +++ b/WaymarkPresetPlugin/WaymarkPresetPlugin.json @@ -15,5 +15,5 @@ "ApplicableVersion": "any", "Tags": [ "Waymark", "Marker", "Preset", "Tool" ], "DalamudApiLevel": 5, - "Changelog": "1.3.1.2: Fixed an omission that caused the "Save Current Waymarks" button to not actually save to disk without taking other actions." + "Changelog": "1.3.1.2: Fixed an omission that caused the \"Save Current Waymarks\" button to not actually save to disk without taking other actions." }