From e15357d347c1c3b52a482430d87689ab5a76d5a1 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 6 Dec 2020 15:43:07 +0100 Subject: [PATCH] Move FEATURE_NO_GIFS one position up to keep the list sorted --- templates/show-status | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/show-status b/templates/show-status index 838cb516..2336c069 100644 --- a/templates/show-status +++ b/templates/show-status @@ -357,6 +357,11 @@ IP addresses and in the configuration files. + + FEATURE_NO_GIFS + @if-FEATURE_NO_GIFS-then@ Yes @else-not-FEATURE_NO_GIFS@ No @endif-FEATURE_NO_GIFS@ + Use PNG instead of GIF for the built-in images. + FEATURE_PCRE_HOST_PATTERNS @if-FEATURE_PCRE_HOST_PATTERNS-then@ Yes @else-not-FEATURE_PCRE_HOST_PATTERNS@ No @endif-FEATURE_PCRE_HOST_PATTERNS@ @@ -365,11 +370,6 @@ "PCRE-HOST-PATTERN:". - - FEATURE_NO_GIFS - @if-FEATURE_NO_GIFS-then@ Yes @else-not-FEATURE_NO_GIFS@ No @endif-FEATURE_NO_GIFS@ - Use PNG instead of GIF for the built-in images. - FEATURE_PTHREAD @if-FEATURE_PTHREAD-then@ Yes @else-not-FEATURE_PTHREAD@ No @endif-FEATURE_PTHREAD@ -- 2.39.2