Use <code> tag for commands

This commit is contained in:
Sunil Mohan Adapa 2014-12-06 16:55:22 +05:30
parent 271011adf6
commit 057d1063f3
4 changed files with 7 additions and 7 deletions

View File

@ -30,9 +30,9 @@ threat from the Internet.</p>
{% if firewall_status = 'not_installed' %}
<p>Firewall is not installed. Please install it. Firewall comes
pre-installed with {{ cfg.box_name }}. On any Debian based system
(such as {{ cfg.box_name }}) you may install it using the command 'aptitude
install firewalld'</p>
pre-installed with {{ cfg.box_name }}. On any Debian based system (such
as {{ cfg.box_name }}) you may install it using the
command <code>aptitude install firewalld</code></p>
{% elif firewall_status = 'not_running' %}

View File

@ -23,9 +23,9 @@
{% block content %}
<h2>{{ title }}</h2>
<p>aptitude purge modules</p>
<p><code>aptitude purge modules</code></p>
<p>aptitude install modules</p>
<p><code>aptitude install modules</code></p>
<p>The modules should depend on the appropriate Debian packages.</p>

View File

@ -27,7 +27,7 @@
<p>PageKite is not installed, please install it. PageKite comes
pre-installed with {{ cfg.box_name }}. On any Debian based system
(such as {{ cfg.box_name }}) you may install it using the command
'aptitude install pagekite'</p>
<code>aptitude install pagekite<code></p>
{% else %}

View File

@ -79,7 +79,7 @@ port-forwarded, if necessary:</p>
<p>Tor is not installed, please install it. Tor comes pre-installed
with {{ cfg.box_name }}. On any Debian-based system (such as
{{ cfg.box_name }}) you may install it using the command
'aptitude install tor'.</p>
<code>aptitude install tor</code>.</p>
{% endif %}