MAN-1533 punctuation rendering in event titles#4315
Conversation
|
@cdoyle-temple I think this still needs the CGI.unescapeHTML in order to handle this: |
|
@sensei100 Nokogiri does this already when its .text method is called, so it would be redundant to use both there, but in cases where it can't parse the xml and we rely on the fetch to get the value, an escaped character could slip through. I added a catch for that using the CGI.unescapeHTML. |
|
@cdoyle-temple Sorry, it looks like I didn't paste what I meant to in my original comment. I'm talking about making sure this gets taken care of: |
|
@sensei100 Yes, a test case was added: spec/services/sync_events_spec.rb:51 |
|
@sensei100 |
No description provided.