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 @@ ...@@ -146,7 +146,7 @@
<fmt:message key="ssl.import.certificate.private-key" /> <fmt:message key="ssl.import.certificate.private-key" />
</td> </td>
<td width="99%"> <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> </td>
</tr> </tr>
<tr valign="top"> <tr valign="top">
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
<fmt:message key="ssl.import.certificate.certificate" /> <fmt:message key="ssl.import.certificate.certificate" />
</td> </td>
<td width="99%"> <td width="99%">
<textarea name="certificate" cols="60" rows="5" wrap="virtual"/> <textarea name="certificate" cols="60" rows="5" wrap="virtual"></textarea>
</td> </td>
</tr> </tr>
</tbody> </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