Apostrophes in HTML page titles are double-encoded
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #1886374. --> Reported by: [deviantintegral](https://www.drupal.org/user/71291) >>> <p>Apostrophes are being double-encoded when they are used in the title tag on HTML pages. It looks like it's the check_plain() in api_object_title_and_breadcrumb(). What's strange is that the object title isn't encoded in that function, and I'm not seeing anywhere else where the text is encoded again.</p> <p>In this example, the title is supposed to be "Indexing Juno's API and documentation".</p>
issue