CMS MADE SIMPLE FORGE

Glossary / FAQ

 

[#4317] body tag messes up global body tag

avatar
Created By: Daan Baars (Djunity)
Date Submitted: Thu Nov 19 06:35:18 -0500 2009

Assigned To:
Version: 0.6.8
CMSMS Version: None
Severity: Major
Resolution: Invalid
State: Open
Summary:
body tag messes up global body tag
Detailed Description:
Bug in the Glossary.module.php file.

line 184 is $c_body_start = stripos($content,'<body');
change to $c_body_start = stripos($content,'body');
line186 $c_body_end = stripos($content,'</body'); change to $c_body_end =
stripos($content,'/body');

it looks like the body open and close tag that has been used here intefeerd with
the global body tag.


History

Comments
avatar
Date: 2012-12-27 21:34
Posted By: Robert Campbell (calguy1000)

can't see an issue.
      
Updates

Updated: 2012-12-27 21:34
resolution_id: => 9
cmsms_version_id: => -1