Skip to content

Commit

Permalink
Small fix for W3 Validator
Browse files Browse the repository at this point in the history
  • Loading branch information
joomlart committed Mar 30, 2013
1 parent 71daae3 commit cc517c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/plg_system_t3/includes/core/template.php
Expand Up @@ -623,7 +623,7 @@ function updateHead () {
$newurl = T3_TEMPLATE_URL.'/less/'.$fname.'.less';
$css ['mime'] = 'text/less';
} else {
$newurl = JURI::current().'?t3action=lessc&s=templates/'.T3_TEMPLATE.'/less/'.$fname.'.less';
$newurl = JURI::current().'?t3action=lessc&s=templates/'.T3_TEMPLATE.'/less/'.$fname.'.less';
}
$stylesheets[$newurl] = $css;
continue;
Expand Down

0 comments on commit cc517c7

Please sign in to comment.