diff --git a/hubsrht/services.py b/hubsrht/services.py index 2612863..1b63726 100644 --- a/hubsrht/services.py +++ b/hubsrht/services.py @@ -116,7 +116,7 @@ class GitService(SrhtService): content = repo["html"] if content: - return Markup(sanitize(content["object"]["text"])) + return Markup(sanitize(content)) content = repo["md"] or repo["markdown"] if content: