From 7b8f8e6989ce448a139c29dfe3bcc816f0dea5a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20K=C3=A4stner?= Date: Tue, 20 Apr 2021 13:14:03 +0200 Subject: [PATCH] improve description to add consearch to browsers --- index.php | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/index.php b/index.php index 122a620..6314d36 100644 --- a/index.php +++ b/index.php @@ -267,14 +267,22 @@ if ( $browserintegration ) { if ( $browserintegration ) { echo " -

-Now add $consearch_name to your browser. In firefox this is done via the search bar or the ⋯-button in the address bar. If this does not work then $consearch_name can be added via the following form (right-click the input and select \"Add a Keyword for this Search...\"), but this would send all queries to the server and is not recommended. -

- -
\n"; - if ( $dse ) { echo "\n"; } - echo ' -
+
+

Add $consearch_name to your browser:

+ +
'; } ?> -- 2.30.2