Skip to content

Commit

Permalink
Item12179: setting proper mime type
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Sep 24, 2015
1 parent a91875b commit 92fb6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/FOSWIKI.pm
Expand Up @@ -84,7 +84,7 @@ sub init {
}

my $text =
"<script class='\$zone \$id foswikiPreferences' type='text/config'>"
"<script class='\$zone \$id foswikiPreferences' type='text/json'>"
. JSON::to_json( \%prefs, { pretty => 1 } )
. "</script>";

Expand Down

0 comments on commit 92fb6de

Please sign in to comment.