diff --git a/app/views/myshixuns/update_file.json.jbuilder b/app/views/myshixuns/update_file.json.jbuilder
index ce8426715..f15b07cf8 100644
--- a/app/views/myshixuns/update_file.json.jbuilder
+++ b/app/views/myshixuns/update_file.json.jbuilder
@@ -1,4 +1,4 @@
 json.content @content
 json.resubmit "#{@resubmit}"
 json.sec_key "#{@sec_key}"
-json.content_modified @hide_code ? false : @content_modified
+json.content_modified @hide_code ? 0 : @content_modified