From af009aaa5b4226a0ea5ec077126a6ad887eff4d7 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 13 2015 03:17:04 +0000 Subject: Fix closing tag correctly --- diff --git a/pagure/doc_utils.py b/pagure/doc_utils.py index 7fe13ba..ac8032d 100644 --- a/pagure/doc_utils.py +++ b/pagure/doc_utils.py @@ -92,5 +92,5 @@ def convert_readme(content, ext, view_file_url=None): elif ext and ext in ['.mk']: output = markdown.markdown(content) elif not ext or (ext and ext in ['.text', '.txt']): - output = '
%s