Skip to content

Commit

Permalink
Fixed localized CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuities committed May 19, 2014
1 parent 88f9d3f commit c6ccad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
// if a language different than english requested, load all translations
if(lang && lang != 'en'){
document.write('<script src="lang/'+lang+'/strings.js"><\/script>');
document.write('<link rel="stylesheet" type="text/css" href="lang/'+'lang'+'/main.css" \/>');
document.write('<link rel="stylesheet" type="text/css" href="lang/'+lang+'/main.css" \/>');
}
</script>

Expand Down

0 comments on commit c6ccad1

Please sign in to comment.