From 88c114c5ccd437b35d48f5fd0553f76a86599fc7 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 27 Feb 2021 20:55:41 +0100 Subject: [PATCH] Fix query string handling --- app/agora.py | 1 + app/templates/base.html | 2 +- app/templates/search.html | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/agora.py b/app/agora.py index 5803901c3..818920d6f 100644 --- a/app/agora.py +++ b/app/agora.py @@ -186,6 +186,7 @@ def node(node,user_list=[]): pulling_nodes=n.pulling_nodes(), pushing_nodes=n.pushing_nodes(), q=n.wikilink.replace('-', '%20'), + qstr=n.wikilink.replace('-', ' '), # disabled a bit superstitiously due to [[heisenbug]] after I added this everywhere :). # sorry for the fuzzy thinking but I'm short on time and want to get things done. # (...famous last words). diff --git a/app/templates/base.html b/app/templates/base.html index d1ff48394..bcc3d6d5c 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -47,7 +47,7 @@ | nodes | @ | Δ - |
exec:
+ |
exec:
| 🌙