Get rid of possible trailing `#...' in gopherpedia URLs - annna - Annna the nic… | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit bb4ea1a99aa12bf04ab488250f25438a633cfdf5 | |
parent 873eaf767015813f248347aad99a5a3261759302 | |
Author: Leonardo Taccari <[email protected]> | |
Date: Sun, 7 Jun 2020 16:58:28 +0200 | |
Get rid of possible trailing `#...' in gopherpedia URLs | |
Signed-off-by: Annna Robert-Houdin <[email protected]> | |
Diffstat: | |
M annna-start-services | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-start-services b/annna-start-services | |
@@ -96,7 +96,7 @@ annna_common() { | |
*en.wikipedia.org/wiki*) | |
if ! regeximatch "$uri" '\.(jpg,bmp,gif,png,ti… | |
then | |
- nuri="$(printf 'gopherpedia: %s \n' "$… | |
+ nuri="$(printf 'gopherpedia: %s \n' "$… | |
curi="$(9 htmlfmt < "${tmpf}" | /br/bi… | |
nocuri=0 | |
fi |