FCK Not keeping code where it's supposed to be
<?php include 'includes/includes.inc.php'; ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php include 'includes/includes.inc.php'; ?>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
Re: FCK Not keeping code where it's supposed to be
Re: FCK Not keeping code where it's supposed to be
I just downloaded 2.6.3 and that one just removes PHP stuff it it's in the "wrong" place (BODY ok, anywhere outside the BODY gets removed)....
I opened a ticket for this (#2552), because it's really annoying not being able to use session in a php page.
I know it's according to XHTML rules not to put anything above the DOCTYPE, but still....