Ticket #1854 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

save as html doesn't convert & to >

Reported by: walter Owned by: timClicks
Priority: High Milestone: Unspecified by Release Team
Component: Turtleart Version: Git as of bugdate
Severity: Major Keywords: sugar-love r?
Cc: rgs Distribution/OS: Unspecified
Bug Status: New

Description

Save as HTML needs to convert "&" to ">" in all strings.

Attachments

escaping_html.patch Download (0.8 KB) - added by timClicks 3 years ago.

Change History

Changed 3 years ago by timclicks

Just to confirm, which result do you want?

& => &
> => >

Changed 3 years ago by walter

My fingers weren't listening to my brain. & -> &amp; We should probably convert > to &gt; and < to &lt; but I haven't managed to burn myself with those yet.

Changed 3 years ago by rgs

  • cc cc added

Changed 3 years ago by rgs

  • cc rgs added; cc removed

Changed 3 years ago by timClicks

Changed 3 years ago by timClicks

  • keywords r? added
  • owner changed from walter to timClicks
  • status changed from new to accepted

Changed 3 years ago by walter

  • status changed from accepted to closed
  • resolution set to fixed

In v91 thanks to timClicks

Note: See TracTickets for help on using tickets.