From 95bc16309e00969149da94202f8d466179faaef4 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Sat, 14 Feb 2026 20:49:27 +0100 Subject: [PATCH] =?UTF-8?q?romm:=20fix=20YAML=20parse=20error=20=E2=80=94?= =?UTF-8?q?=20escape=20inner=20double=20quotes=20in=20help=5Ftext?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hungarian quotation marks „..." used ASCII " as closing quote, which terminated the YAML double-quoted string prematurely. Escaped with \". Co-Authored-By: Claude Opus 4.6 --- templates/romm/.felhom.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/romm/.felhom.yml b/templates/romm/.felhom.yml index a19ea6a..134cbeb 100644 --- a/templates/romm/.felhom.yml +++ b/templates/romm/.felhom.yml @@ -90,13 +90,13 @@ optional_config: - env_var: IGDB_CLIENT_SECRET label: "IGDB Client Secret" type: secret_input - help_text: "A Twitch alkalmazásod Client Secret-je (a „New Secret" gombbal generálhatod)." + help_text: "A Twitch alkalmazásod Client Secret-je (a „New Secret\" gombbal generálhatod)." - env_var: STEAMGRIDDB_API_KEY label: "SteamGridDB API Key" type: text help_url: "https://www.steamgriddb.com/profile/preferences/api" - help_text: "Regisztrálj a SteamGridDB oldalon, majd a Preferences → API fül alatt kattints a „Generate API key" gombra." + help_text: "Regisztrálj a SteamGridDB oldalon, majd a Preferences → API fül alatt kattints a „Generate API key\" gombra." - env_var: SCREENSCRAPER_USER label: "ScreenScraper felhasználónév"