mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #494] [BUG] If you use a symbol followed by a space, it breaks the page formatting. #320
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#320
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @drugal on GitHub (Oct 27, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/494
Describe the bug
If you use a symbol followed by a space, it breaks the page formatting.
To Reproduce
Steps to reproduce the behavior:
Deployment Method
runexecutableVersion of Whoogle Search
Desktop (please complete the following information):
all
Smartphone (please complete the following information):
all
Additional context

@DUOLabs333 commented on GitHub (Oct 27, 2021):
It seems that for some reason -- the
</>aren't applied.@DUOLabs333 commented on GitHub (Oct 27, 2021):
oh, and the regex probably matches the symbols in the html. @drugal Do you expect that the symbols are bolded?
@DUOLabs333 commented on GitHub (Oct 27, 2021):
Maybe the search terms aren't escaped properly?
@DUOLabs333 commented on GitHub (Oct 27, 2021):
I just made a fix that ignores special characters in the regex placement.
@DUOLabs333 commented on GitHub (Oct 27, 2021):
In other news,
?doesn't return anything in whoogle@drugal commented on GitHub (Oct 28, 2021):
Thank you. ;-)