Closed (works as designed)
Project:
Boron (HTML5 base theme)
Version:
7.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2011 at 11:44 UTC
Updated:
19 Apr 2012 at 18:41 UTC
Hi,
Not sure if this is an issue with the theme but maybe someone can point me in the right direction:
We use 7.x-1.1 as our base theme for our charity site. The base files haven't been over-ridden very much. This is a bit of our html.php file:
<?php print $head; ?>
<title><?php print $head_title; ?></title>
<?php print $styles; ?>If the page title has an apostrophe in it, the browser displays it using its HTML encoding #039.
See http://www.warchild.org.uk/impact/stories/lawrence as an example.
It's not a big deal as it only shows up in the browser tab, but I'm wondering if there's an easy fix?
Thanks very much,
Ben
Comments
Comment #1
tlattimore commentedClosing. Can't replicate and the bug is no longer occurring at the url given.