Closed (fixed)
Project:
FriendsForever
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Sep 2007 at 21:08 UTC
Updated:
19 Sep 2007 at 00:15 UTC
In head is:
<title><?php print $head_title ?></title>
<meta http-equiv="Content-Style-Type" content="text/css" />
<?php print $head ?>
<?php print $styles ?>
<script type="text/javascript"> </script>and should be
<title><?php print $head_title; ?></title>
<?php print $head; ?>
<?php print $styles; ?>
<?php print $scripts; ?>
Comments
Comment #1
tonyn commentedHi, thank you for submitting this bug report. I have made a commit that should help fix, give it a shot on the next tarball release.
Comment #2
tonyn commentedI think we can call this fixed now. If anything else comes up please follow up!
Comment #3
tonyn commented