html tag closed

This commit is contained in:
lars 2005-09-29 12:46:32 +00:00
parent d528fd8409
commit 0c9bd1dfd1

View file

@ -19,7 +19,7 @@
<p><label for="confirm"><?cs call:help_popUp(Lang.Text.ConfirmInitHint,'confirm_text') ?><br/> <p><label for="confirm"><?cs call:help_popUp(Lang.Text.ConfirmInitHint,'confirm_text') ?><br/>
<span class="note" id="confirmtext"><?cs var:Lang.Text.ConfirmInit ?></span></label><br/> <span class="note" id="confirmtext"><?cs var:Lang.Text.ConfirmInit ?></span></label><br/>
<input type="text" id="confirm" name="confirm" size="30" tabindex="3" maxlength="50" /></p> <input type="text" id="confirm" name="confirm" size="30" tabindex="3" maxlength="50" /></p>
<input type="hidden" name="action" value="init_do"> <input type="hidden" name="action" value="init_do" />
<button type="submit" tabindex="4"><?cs var:Lang.Button.DoInit ?></button> <button type="submit" tabindex="4"><?cs var:Lang.Button.DoInit ?></button>
</form> </form>
</div> </div>