#4851: infinite recursion with encoding entities for worksheet titles with
apostrophes, etc
----------------------+-----------------------------------------------------
Reporter: ddrake | Owner: boothby
Type: defect | Status: new
Priority: major | Milestone: sage-3.4
Component: notebook | Keywords:
----------------------+-----------------------------------------------------
The title seems complicated but the problem is easy to see: if one creates
a worksheet with an apostrophe in the title, like this:
{{{
I'm an apostrophe
}}}
then saves, quits, and reloads the worksheet, the title is now:
{{{
I'm an apostrophe
}}}
If you quit and reload the worksheet, the title becomes:
{{{
I'm an apostrophe
}}}
...and so on. The ampersand is replaced by "{{{&}}}", and then THAT
ampersand gets replaced by...and so on. The problem seems to happen with
any HTML entity. I'm seeing this with 3.2.2.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4851>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---