public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Search Repo:
Fix for certain cases where stylesheets are included twice.  Patch #705.

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@2973 
3d254a34-79dc-0310-9e5f-be208747d8a0
tedkulp (author)
Thu Jun 29 20:11:03 -0700 2006
commit  368d343ebc7814b85a9318a477ef46c6b7f566b9
tree    d2a4a43b583321358d4e7708e783f8c799e58d36
parent  8a9f2b67151bf9be7a4221603b7b149ab3bbf153
...
102
103
104
105
106
107
108
...
102
103
104
 
105
106
107
0
@@ -102,7 +102,6 @@ else
0
     while ($cssresult && !$cssresult->EOF)
0
     {
0
       $css .= "/* Start of CMSMS style sheet '{$cssresult->fields['css_name']}' */\n{$cssresult->fields['css_text']}\n/* End of '{$cssresult->fields['css_name']}' */\n";
0
- $css .= "\n".$cssresult->fields['css_text']."\n";
0
       $cssresult->MoveNext();
0
     }
0
   }

Comments

    No one has commented yet.