Last fix, I hope

This commit is contained in:
fludd12
2017-05-16 23:51:37 -04:00
parent 67665d76cf
commit 9d74b9090a
3 changed files with 6 additions and 6 deletions
@@ -43,7 +43,7 @@
if(!istype(file))
data["error"] = "I/O ERROR: Unable to open file."
else
data["filedata"] = pencode_to_html(file.stored_data, sign = 0, fields = 0)
data["filedata"] = pencode_to_html(file.stored_data, format = 1, sign = 0, fields = 0)
data["filename"] = "[file.filename].[file.filetype]"
else
if(!computer || !HDD)