Closed (won't fix)
Project:
Drupal core
Version:
5.0-beta2
Component:
system.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2006 at 02:33 UTC
Updated:
14 Dec 2006 at 01:34 UTC
1. Create Drupal 5.0b2 site from scratch.
2. Change site name (under Site information section) to "darcy's site".
3. Look at the "Site off-line message" under Site maintenance.
Output:
darcy's 5.0 b2 test is currently under maintenance. We should be back shortly. Thank you for your patience.
The apostrophe has been changed into ' in the text box. When the site is in off-line mode, the message that appears shows the apostrophe correctly.
Comments
Comment #1
Steven commentedThe offline message is written in HTML, passed through filter_xss_admin(). It might look odd, but there is nothing wrong with it.