Hi,
I am to stupit to get a valid code. I chek HTML code of cms.eids.de and can not solve it.
Maybe someone can have a look?
Edit: if I remove {stylesheet} out of the template the code is valid.
Thanks
Grover
Code not valid
-
Grover
Code not valid
Last edited by Grover on Fri Oct 14, 2005 8:03 am, edited 1 time in total.
Re: Code not valid
The stylesheet tag that's created has the /> at the end of it. I guess this isn't valid for html 4.01, though I've never heard anyone complain about that before.
Re: Code not valid
If this is 0.10.3, go to line 129 of lib/content.functions.php.
Find and replace with
Find
Code: Select all
$stylesheet = '<link rel="stylesheet" type="text/css" href="'.$config['root_url'].'/stylesheet.php?templateid='.$template_id.'" />';Code: Select all
$stylesheet = '<link rel="stylesheet" type="text/css" href="'.$config['root_url'].'/stylesheet.php?templateid='.$template_id.'">';
