From 1763e29885bd1abf3c45e6a819d831587b34d82b Mon Sep 17 00:00:00 2001 From: Josip Medved Date: Wed, 14 Apr 2021 21:23:41 -0700 Subject: [PATCH] Added = as link character --- src/storage/fileitem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storage/fileitem.cpp b/src/storage/fileitem.cpp index 28985e0..56cc23f 100644 --- a/src/storage/fileitem.cpp +++ b/src/storage/fileitem.cpp @@ -577,6 +577,7 @@ QString FileItem::findAnchorAt(QPoint pos) { || (ch == '/') || (ch == '?') || (ch == '&') + || (ch == '=') || (ch == '~') || (ch == '%'); if (!isUrlChar) {