修改bug

pull/2/head
guanghongwei 2014-11-04 17:20:23 +08:00
parent 0ccb808b3f
commit 4a09ce32e6
1 changed files with 1 additions and 1 deletions

View File

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