Introduction
Introduction Statistics Contact Development Disclaimer Help
tindex.dcgi: show search query on no results - recipes - various cooking recipes
git clone git://src.adamsgaard.dk/recipes
Log
Files
Refs
Submodules
---
commit a263f12cac8433971add9005dbc5a23368d2a3be
parent 20a8c506790c594479326b641a571b03084e5658
Author: Anders Damsgaard <[email protected]>
Date: Fri, 27 Aug 2021 14:32:58 +0200
index.dcgi: show search query on no results
Diffstat:
M index.dcgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/index.dcgi b/index.dcgi
t@@ -39,7 +39,7 @@ if test -n "${search}"; then
fi
printf '\n%s\n' "$results"
else
- printf '\nNo recipes found\n' "$n"
+ printf '\nNo recipes found for: "%s"\n' "$n" "$search"
fi
fi
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.