Skip to content

Commit

Permalink
Leave more formatting up to man2html
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Oct 3, 2022
1 parent 1c8710b commit a7d556b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python/web/src/templates/manpage.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{% extends "base.html" %}

{% block content %}
<h3>{{ _("Manual for %(app)s:", app=app) }}</h3>
{{ manpage | safe }}
<p><a href="/">{{ _("Go to Home") }}</a></p>

Expand Down
1 change: 0 additions & 1 deletion python/web/src/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,6 @@ def show_manpage():
"<HTML>",
"<HEAD>",
"<BODY>",
"<H1>",
]

returncode, manpage = sys_cmd.get_manpage(file_path)
Expand Down

0 comments on commit a7d556b

Please sign in to comment.