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) {