[openstreetmap/openstreetmap-website] Notifications: apostrophe in name tag is printed as HTML code (Issue #3761)

Brian DeRocher notifications at github.com
Sun Oct 23 19:39:28 UTC 2022


Got it working.  Here's a snippet from my developer logs.

```
web_1  | Hi,
web_1  | 
web_1  | Groot has reactivated a map note you have commented on. The note is near Walkin's Lough Court, Kilkenny No.1 Urban, Kilkenny, County Kilkenny, Leinster, Ireland.
web_1  | 
web_1  | More details about the note can be found at http://openstreetmap.example.com/note/3.
```

I need to check all callers of this function to make sure we're not introducing an issue with un-escapped special characters.

Current solution is to replace result.to_s with result.value in nominatim.rb.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/3761#issuecomment-1288184117
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/issues/3761/1288184117 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20221023/f7fb6fe7/attachment.htm>


More information about the rails-dev mailing list