GNOME Bugzilla – Bug 706653
Need to escape markup for place description
Last modified: 2013-08-29 12:19:24 UTC
It is possible to get search results that include characters like '&'. We need to escape the markup sent to the search result treeview. Otherwise we end up with warnings in the console like: "(gnome-maps:2368): Gtk-WARNING **: Failed to set text from markup due to error parsing markup: Error on line 1: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &"
Created attachment 252840 [details] [review] MainWindow: escape markup for place description
Review of attachment 252840 [details] [review]: Good stuff but I'd prefer if you add the description of the bug to commit log (The more details in the log, the better).
Created attachment 253378 [details] [review] MainWindow: escape markup for place description v2 Sure, updated commit log.
Review of attachment 253378 [details] [review]: The limit for commit log description section is 74 columns, its 50 for shortlog only. ACK with or w/o this change.
Review of attachment 253378 [details] [review]: Commited with update to description section
(In reply to comment #5) > Review of attachment 253378 [details] [review]: > > Commited with update to description section If you have git-bz setup, please do use `git bz push` instead of `git push` so you can update the bug and patch statuses easily at the same time. :)