Skip to content

Commit

Permalink
Added = as link character
Browse files Browse the repository at this point in the history
  • Loading branch information
medo64 committed Apr 15, 2021
1 parent f11ae5d commit 1763e29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/storage/fileitem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,7 @@ QString FileItem::findAnchorAt(QPoint pos) {
|| (ch == '/')
|| (ch == '?')
|| (ch == '&')
|| (ch == '=')
|| (ch == '~')
|| (ch == '%');
if (!isUrlChar) {
Expand Down

0 comments on commit 1763e29

Please sign in to comment.