Skip to content

Commit

Permalink
Fixed #37
Browse files Browse the repository at this point in the history
  • Loading branch information
amiyasahu committed Nov 1, 2015
1 parent 28579e5 commit 43ec740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa-theme/Donut-theme/qa-donut-layer.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function head_css()
$css_paths = array(
'fonts' => 'css/font-awesome.min.css?4.2.0',
'bootstrap' => 'css/bootstrap.min.css?3.3.5',
'donut' => 'css/donut.cssS?' . DONUT_THEME_VERSION,
'donut' => 'css/donut.css?' . DONUT_THEME_VERSION,
);

if ( qa_opt( 'donut_activate_prod_mode' ) ) {
Expand Down

0 comments on commit 43ec740

Please sign in to comment.