Typo fixed
authorLuzifr <szekely@woltlab.com>
Wed, 27 Jul 2011 08:44:28 +0000 (10:44 +0200)
committerLuzifr <szekely@woltlab.com>
Wed, 27 Jul 2011 08:44:28 +0000 (10:44 +0200)
wcfsetup/install/files/acp/templates/userEmailAddressExport.tpl

index 4b04f32ba50eb05b7ac2e36bb5a72bf400454b9e..4b1fb88307df4db1f934095c9e92ce1c342b88f9 100644 (file)
@@ -49,7 +49,7 @@
                                                                
                                                                <div class="formField">
                                                                        <ul class="formOptionsLong">
-                                                                               <li><label><inpu type="radio"t onclick="if (IS_SAFARI) setFileType('csv')" onfocus="setFileType('csv')" name="fileType" value="csv" {if $fileType == 'csv'}checked="checked" {/if}/> {lang}wcf.acp.user.exportEmailAddress.fileType.csv{/lang}</label></li>
+                                                                               <li><label><input type="radio" onclick="if (IS_SAFARI) setFileType('csv')" onfocus="setFileType('csv')" name="fileType" value="csv" {if $fileType == 'csv'}checked="checked" {/if}/> {lang}wcf.acp.user.exportEmailAddress.fileType.csv{/lang}</label></li>
                                                                                <li><label><input type="radio" onclick="if (IS_SAFARI) setFileType('xml')" onfocus="setFileType('xml')" name="fileType" value="xml" {if $fileType == 'xml'}checked="checked" {/if}/> {lang}wcf.acp.user.exportEmailAddress.fileType.xml{/lang}</label></li>
                                                                        </ul>
                                                                </div>