-<fieldset>
- <legend>{lang}wcf.conversation.edit.addParticipants{/lang}</legend>
-
- <dl class="jsAddParticipants">
- <dt><label for="participantsInput">{lang}wcf.conversation.participants{/lang}</label></dt>
- <dd>
- <textarea id="participantsInput" name="participants" class="long" cols="40" rows="2"></textarea>
- <small>{lang}wcf.conversation.participants.description{/lang}</small>
- </dd>
- </dl>
-</fieldset>
+<dl class="jsAddParticipants">
+ <dt><label for="participantsInput">{lang}wcf.conversation.participants{/lang}</label></dt>
+ <dd>
+ <textarea id="participantsInput" name="participants" class="long" cols="40" rows="2"></textarea>
+ <small>{lang}wcf.conversation.participants.description{/lang}</small>
+ </dd>
+</dl>
<div class="formSubmit">
<button id="addParticipants" class="buttonPrimary">{lang}wcf.global.button.submit{/lang}</button>