From ee2e77bb667c3780cbbdefcc8fe17177d4dca823 Mon Sep 17 00:00:00 2001 From: martinrotter Date: Mon, 4 Oct 2021 08:17:50 +0200 Subject: [PATCH] Update README --- resources/skins/plain/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/skins/plain/README b/resources/skins/plain/README index f0fea7623..9af9b9f2b 100644 --- a/resources/skins/plain/README +++ b/resources/skins/plain/README @@ -6,7 +6,7 @@ Here is overview of all placeholders used throughtout the skin: %data% - is replaced by current absolute path to user data folder. html_wrapper.html: - %style% - Skin-wide CSS, will be replaced by custom CSS if skin provides it in file "style.css". + %style% - Skin-wide CSS, will be replaced by custom CSS if skin provides it in file "html_style.css". %1 - Title of the article. %2 - Body of the preview which is composed from: - single html_single_message.html (single article preview), @@ -33,4 +33,4 @@ Here is overview of all placeholders used throughtout the skin: html_enclosure_image.html: %1 - URL of the attached picture file. %2 - MIME type of the picture. - %3 - height of the picture thumbnail to be displayed which is loaded from application settings. \ No newline at end of file + %3 - height of the picture thumbnail to be displayed which is loaded from application settings.