Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad escaping on site title #11

Closed
GoogleCodeExporter opened this issue Aug 8, 2015 · 5 comments
Closed

Bad escaping on site title #11

GoogleCodeExporter opened this issue Aug 8, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

if there is an & in the site title (settings.php), anything after the amp 
sign is lost. 

Original issue reported on code.google.com by ccagle8 on 1 Jan 2010 at 8:07

@GoogleCodeExporter
Copy link
Author

Changing line 43 of setting.php to the follwing fixes this problem. 

$SITENAME = htmlentities(cl($_POST['sitename'])); 

Mike

Original comment by MichaelS...@gmail.com on 2 Jan 2010 at 8:15

@GoogleCodeExporter
Copy link
Author

Original comment by MichaelS...@gmail.com on 2 Jan 2010 at 8:28

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

This is still an issue: 
http://get-simple.info/forum/viewtopic.php?pid=2406#p2406

I was able to reproduce this when I added a special character to the site title 
at 
setup.php

Original comment by ccagle8 on 9 Feb 2010 at 2:01

  • Changed state: New

@GoogleCodeExporter
Copy link
Author

this also happens in settings.php, but only after you save the page twice when 
the 
title has special chars in it

Original comment by ccagle8 on 9 Feb 2010 at 3:57

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision r84.

Original comment by ccagle8 on 14 Feb 2010 at 6:37

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant