修改bug

This commit is contained in:
guanghongwei 2014-11-04 17:20:23 +08:00
parent 0ccb808b3f
commit 4a09ce32e6

View File

@ -987,7 +987,7 @@ def logHistory(request):
if os.path.isfile(log_his): if os.path.isfile(log_his):
f = open(log_his) f = open(log_his)
content = f.read() content = f.read()
return render_to_response(content) return HttpResponse(content)