From bb26d7b605e69317c9815ef1e71a0927f1e48f3d Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Sun, 9 Feb 2025 15:41:15 +0800 Subject: [PATCH] Fix the wrong behaviour for reply anchor introduced by the base tag --- Whatsapp_Chat_Exporter/whatsapp.html | 16 ++++++++++++++-- Whatsapp_Chat_Exporter/whatsapp_new.html | 16 ++++++++++++++-- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/Whatsapp_Chat_Exporter/whatsapp.html b/Whatsapp_Chat_Exporter/whatsapp.html index 892828f..ae83b95 100644 --- a/Whatsapp_Chat_Exporter/whatsapp.html +++ b/Whatsapp_Chat_Exporter/whatsapp.html @@ -120,7 +120,7 @@ {% if msg.reply is not none %}
Replying to - + {% if msg.quoted_data is not none %} "{{msg.quoted_data}}" {% else %} @@ -210,7 +210,7 @@ {% if msg.reply is not none %}
Replying to - + {% if msg.quoted_data is not none %} "{{msg.quoted_data}}" {% else %} @@ -313,5 +313,17 @@ } }); + \ No newline at end of file diff --git a/Whatsapp_Chat_Exporter/whatsapp_new.html b/Whatsapp_Chat_Exporter/whatsapp_new.html index 5a94fa1..7502a7b 100644 --- a/Whatsapp_Chat_Exporter/whatsapp_new.html +++ b/Whatsapp_Chat_Exporter/whatsapp_new.html @@ -210,7 +210,7 @@