Sharing a link to timeline whos title tag contains an umlaut makes parseHtmlByName return immediately (before umlaut). HTML is therefore incorrect and might affect the layout of the site.
Sharing a link to timeline whos title tag contains an umlaut makes parseHtmlByName return immediately (before umlaut). HTML is therefore incorrect and might affect the layout of the site. |
Might not be the title tag. Post these links to wall to reproduce this bug: |
I think that the problem is that these sites aren'' using UTF-8 encoding which is used in Dolphin by default. Rules → http://www.boonex.com/terms |
Alex is right: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> http://boonexpert.com |
No trac entry? This means boonex won't fix it and I have to add a charset check/conversion myself? |
Rules → http://www.boonex.com/terms |
http://www.boonex.com/trac/dolphin/ticket/3367 This doesn't fix my issue – only things for sites module. My issue needs to be fixed in wall module -> BxWallModule.php:714 _processLinkUpload 725 call getSiteInfo instead of bx_file_get_contents
Do I get salary now? |
Thank you for pointing this out, fix in Wall module was added to the ticket as well: http://www.boonex.com/trac/dolphin/changeset/17863 This doesn't fix my issue – only things for sites module. My issue needs to be fixed in wall module
Rules → http://www.boonex.com/terms |
tested, works now |