schostac

Results 1 issues of schostac

When using `htmlmin.middleware.MarkRequestMiddleware` for Django, in some view, for example, `return HttpResponse("1")` will result in `1`, but without `htmlmin.middleware.MarkRequestMiddleware` it will be just `1`. Why is html added when I...