hyprswitch
hyprswitch copied to clipboard
possible regression from #105, strip <span> tags.
I don't know when it happened, I think I did an --upgrade a while back, but the elements are back in my titles.
It was working after you added REMOVE_HTML_FROM_WORKSPACE_NAME in #105 but unless i am doing something stupid (this has happened before), it has snuck back in :P
Thanks
Right, found the problem!
My config was adding embedded <span> tags, so I was ending up with:
<span><span color='#FF8514'> </span></span>
The outer ones were being stripped, the inner ones not.
Is this you consider a quick fix, and want to add? or works as expected, and we can close this?
Thanks!
all html like tags get removed now