diff options
-rw-r--r-- | share/templates/en_US/json_output.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/templates/en_US/json_output.tmpl b/share/templates/en_US/json_output.tmpl index 8e780d9..1bafd7d 100644 --- a/share/templates/en_US/json_output.tmpl +++ b/share/templates/en_US/json_output.tmpl @@ -22,6 +22,7 @@ X-W3C-Validator-Warnings: <TMPL_VAR NAME="valid_warnings_num"></TMPL_IF> </TMPL_LOOP> ], "source": { - "encoding": "<TMPL_VAR NAME="file_charset">" + "encoding": "<TMPL_VAR NAME="file_charset">", + "type": "<TMPL_VAR NAME="file_contenttype">" } } |