hyprswitch icon indicating copy to clipboard operation
hyprswitch copied to clipboard

possible regression from #105, strip <span> tags.

Open cnf opened this issue 10 months ago • 1 comments

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

Image

Thanks

cnf avatar Feb 16 '25 23:02 cnf

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!

cnf avatar Mar 07 '25 16:03 cnf

all html like tags get removed now

H3rmt avatar Jun 01 '25 13:06 H3rmt