Remove double lang tags
authorMatthias Schmidt <gravatronics@live.com>
Sat, 9 Jan 2016 10:44:24 +0000 (11:44 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 9 Jan 2016 10:44:24 +0000 (11:44 +0100)
Closes #1977

wcfsetup/install/files/acp/templates/bbcodeAdd.tpl

index c3cca1c1ff97ea0ceebcb9e41666561e71549255..ee570a65dce60c35e5f8e0b30c32a6794f3ca1c7 100644 (file)
                <dl>
                        <dt></dt>
                        <dd>
-                               <label for="attributes[{ldelim}@$attributeNo}][required]"><input type="checkbox" id="attributes[{ldelim}@$attributeNo}][required]" name="attributes[{ldelim}@$attributeNo}][required]" value="1" /> {lang}{lang}wcf.acp.bbcode.attribute.required{/lang}{/lang}</label>
+                               <label for="attributes[{ldelim}@$attributeNo}][required]"><input type="checkbox" id="attributes[{ldelim}@$attributeNo}][required]" name="attributes[{ldelim}@$attributeNo}][required]" value="1" /> {lang}wcf.acp.bbcode.attribute.required{/lang}</label>
                        </dd>
                </dl>
                
                <dl>
                        <dt></dt>
                        <dd>
-                               <label for="attributes[{ldelim}@$attributeNo}][useText]"><input type="checkbox" id="attributes[{ldelim}@$attributeNo}][useText]" name="attributes[{ldelim}@$attributeNo}][useText]" value="1" /> {lang}{lang}wcf.acp.bbcode.attribute.useText{/lang}{/lang}</label>
+                               <label for="attributes[{ldelim}@$attributeNo}][useText]"><input type="checkbox" id="attributes[{ldelim}@$attributeNo}][useText]" name="attributes[{ldelim}@$attributeNo}][useText]" value="1" /> {lang}wcf.acp.bbcode.attribute.useText{/lang}</label>
                                <small>{lang}wcf.acp.bbcode.attribute.useText.description{/lang}</small>
                        </dd>
                </dl>