From f69cf23f5be6f7a6958406848da8a2f8a7534da1 Mon Sep 17 00:00:00 2001 From: Tim Wagner <tim.wagner@sgalinski.de> Date: Mon, 18 Mar 2019 14:33:51 -0230 Subject: [PATCH] [FIX] Add punctuation in comment --- Configuration/TypoScript/Frontend/setup.typoscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/TypoScript/Frontend/setup.typoscript b/Configuration/TypoScript/Frontend/setup.typoscript index eea0da2..9482dc1 100644 --- a/Configuration/TypoScript/Frontend/setup.typoscript +++ b/Configuration/TypoScript/Frontend/setup.typoscript @@ -130,7 +130,7 @@ plugin.tx_sgnews { # Enables section for "more" pages. This section is shown after links to next pages, normally like three dots (1 2 3 ...). Notice that you can also hide it by emptying corresponding template section. enableMorePages = {$plugin.tx_sgnews.pagebrowser.settings.enableMorePages} - # Enables section for "less" pages. This section is shown after links to next pages, normally like three dots (... 1 2 3) Notice that you can also hide it by emptying corresponding template section. + # Enables section for "less" pages. This section is shown after links to next pages, normally like three dots (... 1 2 3). Notice that you can also hide it by emptying corresponding template section. enableLessPages = {$plugin.tx_sgnews.pagebrowser.settings.enableLessPages} # The number of the pages -- GitLab