Commit 39011b64 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Fixed weird html render problem.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@9831 b35dd754-fafc-0310-a699-88a17e54d16e
parent 48c7073a
......@@ -146,7 +146,7 @@
<fmt:message key="ssl.import.certificate.private-key" />
</td>
<td width="99%">
<textarea name="private-key" cols="60" rows="5" wrap="virtual"/>
<textarea name="private-key" cols="60" rows="5" wrap="virtual"></textarea>
</td>
</tr>
<tr valign="top">
......@@ -154,7 +154,7 @@
<fmt:message key="ssl.import.certificate.certificate" />
</td>
<td width="99%">
<textarea name="certificate" cols="60" rows="5" wrap="virtual"/>
<textarea name="certificate" cols="60" rows="5" wrap="virtual"></textarea>
</td>
</tr>
</tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment