82,83c82,83
< 					if( $("link[href*=parseTheme.css.php], link[href=ui.theme.css]").size() > 0){
< 						$("link[href*=parseTheme.css.php]:last, link[href=ui.theme.css]:last").eq(0).after(cssLink);
---
> 					if( $("link[href*='parseTheme.css.php'], link[href='ui.theme.css']").size() > 0){
> 						$("link[href*='parseTheme.css.php']:last, link[href='ui.theme.css']:last").eq(0).after(cssLink);
87,88c87,88
< 					if( $("link[href*=parseTheme.css.php]").size() > 3){
< 						$("link[href*=parseTheme.css.php]:first").remove();
---
> 					if( $("link[href*='parseTheme.css.php']").size() > 3){
> 						$("link[href*='parseTheme.css.php']:first").remove();
97c97
< };
\ No newline at end of file
---
> };
