Add missing <p> tags

This commit is contained in:
Sunil Mohan Adapa 2014-12-06 16:59:32 +05:30
parent 522ece851c
commit 2d33b0338e
2 changed files with 5 additions and 5 deletions

View File

@ -24,8 +24,9 @@
<h3>Delete Users</h3> <h3>Delete Users</h3>
Currently you can not edit but only delete users from {{ cfg.product_name }} <p>Currently you can not edit but only delete users from
and the {{ cfg.box_name }} system. {{ cfg.product_name }} and the {{ cfg.box_name }} system. </p>
<p>Deleting users is permanent!</p> <p>Deleting users is permanent!</p>
<form class="form" method="post"> <form class="form" method="post">

View File

@ -24,15 +24,14 @@
{% if is_installed %} {% if is_installed %}
<a href='/jwchat' target='_blank'class='btn btn-primary'>
Launch web client
</a>
<p>XMPP is an open and standardized communication protocol. Here you <p>XMPP is an open and standardized communication protocol. Here you
can run and configure your XMPP server, called ejabberd. To actually can run and configure your XMPP server, called ejabberd. To actually
communicate, you can use the <a href='/jwchat'>web client</a> or any communicate, you can use the <a href='/jwchat'>web client</a> or any
other <a href='http://xmpp.org/xmpp-software/clients/' other <a href='http://xmpp.org/xmpp-software/clients/'
target='_blank'> XMPP client </a>.</p> target='_blank'> XMPP client </a>.</p>
<p><a href='/jwchat' target='_blank'class='btn btn-primary'> Launch web
client</a></p>
{% else %} {% else %}