[ubuntu-mono] [Bug 307215] Re: Malformed anchor links when exporting linked notes to HTML
Bug Watch Updater
307215 at bugs.launchpad.net
Thu Sep 16 12:55:36 UTC 2010
** Changed in: tomboy
Importance: Unknown => Medium
--
Malformed anchor links when exporting linked notes to HTML
https://bugs.launchpad.net/bugs/307215
You received this bug notification because you are a member of Ubuntu
CLI/Mono Uploaders, which is subscribed to tomboy in ubuntu.
Status in Tomboy: Fix Released
Status in “tomboy” package in Ubuntu: Fix Released
Bug description:
Binary package hint: tomboy
This bug is actually result of a really useful feature of Tomboy: that links are not capitalization-dependent. If you have a note named "Cool Tomboy Note" and in a second note you type in "cool tomboy note", the phrase will become a link to the first note.
However when you export a note with all linked notes to HTML (using the "Export to HTML" addin), the note-to-note links generated in the HTML page don't link correctly when the capitalization of the link is not the same as the capitalization as the anchor.
Example: <a href="#cool tomboy note">cool tomboy note</a>
<a name="Cool Tomboy Note">Cool Tomboy Note</a>
As a fix, I'd suggest that all links generated in the output HTML file are made uniformly lower-case. That will resolve any capitalization differences.
More information about the Ubuntu-mono
mailing list